aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-23 19:37:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-23 19:37:23 +0000
commitf7d31bb3e35c89feb3de34b77961523eab1f66d6 (patch)
tree62665d084c16d21714a4401045de16f531383009 /docs/curl.1
parent9cd928674f6a66b98a6d1581fa0aed5cf69c870b (diff)
Mike Protts added --ftp-ssl-control to make curl use FTP-SSL, but only
encrypt the control connection and use the data connection "plain".
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.113
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 057d265f3..2262e7295 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -412,9 +412,16 @@ This option has no effect if PORT, EPRT or EPSV is used instead of PASV.
If this option is used twice, the second will again use the server's suggested
address.
.IP "--ftp-ssl"
-(FTP) Try to use SSL/TLS for the FTP connection.
-Reverts to a non-secure connection if the server doesn't support SSL/TLS.
-(Added in 7.11.0)
+(FTP) Try to use SSL/TLS for the FTP connection. Reverts to a non-secure
+connection if the server doesn't support SSL/TLS. See also
+\fI--ftp-ssl-control\fP and \fI--ftp-ssl-reqd\fP for different levels of
+encryption required. (Added in 7.11.0)
+
+If this option is used twice, the second will again disable this.
+.IP "--ftp-ssl-control"
+(FTP) Try SSL/TLS for the ftp login, clear for transfer. Allows secure
+authentication, but non-encrypted data transfers for efficiency. Fails the
+transfer if the server doesn't support SSL/TLS. (Added in 7.16.0)
If this option is used twice, the second will again disable this.
.IP "--ftp-ssl-reqd"