diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-28 23:18:28 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-29 00:31:37 +0200 |
commit | d848be14b2247db502186c5f9ba0926115b45602 (patch) | |
tree | a04096fc1f3e0ad5bb798a7a956cf9c0de9c9589 /docs | |
parent | 10ea6313904168ff7a16911d6d25fe467b7cf971 (diff) |
curl.1: document --ftp-ssl-reqd
Even if deprecated, document it so that people will find it as old
scripts may still use it.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 8f7c4763f..5261991d5 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -755,6 +755,9 @@ waits for a reply from the server. authentication, but non-encrypted data transfers for efficiency. Fails the transfer if the server doesn't support SSL/TLS. (Added in 7.16.0) that can still be used but will be removed in a future version. +.IP "--ftp-ssl-reqd" +(FTP) This deprecated option is now known as \fI--ssl-reqd\fP (added in +7.15.5). This option name will be removed in a future version. .IP "--form-string <name=string>" (HTTP) Similar to \fI--form\fP except that the value string for the named parameter is used literally. Leading \&'@' and \&'<' characters, and the @@ -1634,8 +1637,7 @@ option name can still be used but will be removed in a future version. (FTP, POP3, IMAP, SMTP) Require SSL/TLS for the connection. Terminates the connection if the server doesn't support SSL/TLS. (Added in 7.20.0) -This option was formerly known as \fI--ftp-ssl-reqd\fP (added in 7.15.5). That -option name can still be used but will be removed in a future version. +This option was formerly known as \fI--ftp-ssl-reqd\fP. .IP "--ssl-allow-beast" (SSL) This option tells curl to not work around a security flaw in the SSL3 and TLS1.0 protocols known as BEAST. If this option isn't used, the SSL layer |