From 2cf66ac0e3989da24033c1b8b4974aa911e72b04 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Sun, 20 Mar 2022 09:48:54 +0000
Subject: [PATCH] Update README.md

---
 README.md | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index fa96eee..c1de6ce 100644
--- a/README.md
+++ b/README.md
@@ -139,15 +139,32 @@ checkmk.com|curl_item_3|nocase_nomultiline|
 | --connect-timeout | Maximum time to connect |  
 | --data-binary | Send HTTP POST data |
 | --digest | Configure user authentication -> Authentication method -> Digest authentication |  
+| --disable-eprt | Set FTP options -> Passive/Actrive mode FTP active mode -> Don't send EPRT command |
+| --disable-epsv | Set FTP options -> Passive/Actrive mode -> FTP passove mode -> Don't send EPSV command |
+| --dns-interface | Set DNS options -> Source interface |
+| --dns-ipv4-addr | Set DNS options -> IPv4 source address |
+| --dns-ipv6-addr | Set DNS options -> IPv6 source address |
+| --dns-servers | Set DNS options -> DNS servers |
 | --dump-header | Strings to expect in header (Configured as `--dump-header /var/tmp/curl_header` or `c:/windows/temp/curl_header`) |
+| --ftp-account | Set FTP options -> Account data string |
+| --ftp-alternative-to-user | Set FTP options -> String to replace USER command |
+| --ftp-create-dirs | Set FTP options -> Create remote dir(s) |
+| --ftp-method | Set FTP options -> Change working directory method |
+| --ftp-pasv | Set FTP options -> Passive/Actrive mode -> FTP passove mode |
+| --ftp-pret | Set FTP options -> -> FTP passove mode -> Send PRET before PASV |
+| --ftp-skip-pasv-ip | Set FTP options -> Passive/Actrive mode - Use remote IP form control channel for data chanel |
+| --ftp-port | Set FTP options -> Passive/Actrive mode -> FTP active mode -> Address to use |
+| --ftp-ssl-control | Set FTP options -> Require SSL/TLS for FTP login |
+| --ftp-ssl-ccc | Set FTP options -> Require SSL/TLS for FTP login -> Send CCC after authenticating |
+| --ftp-ssl-ccc-mode | Set FTP options -> Require SSL/TLS for FTP login -> Set CCC mode |
 | --head | Get header only |  
 | --header | Set request headers and Set API key header |  
 | --http1.0 | Use HTTP version -> Use HTTP 1.0 |  
 | --http1.1 | Use HTTP version -> Use HTTP 1.1 |  
 | --http2 | Use HTTP version -> Use HTTP/2 |  
 | --insecure | Configure certificate verification -> Don't verify certificates | 
-| --ipv4 | Use IP address family -> IPv4 only |  
-| --ipv6 | Use IP address family -> IPv6 only |  
+| --ipv4 | Set DNS options -> Resolve names -> IPv4 only |  
+| --ipv6 | Set DNS options -> Resolve names -> IPv6 only |  
 | --limit-rate | Maximum UP-/Download rate |  
 | --location | Configure redirects -> Follow redirects | 
 | --location-trusted | Configure redirects -> Use authentication on redirects | 
-- 
GitLab