From 4d4151f6c10c8770c70dd3b1d06a84ca5191142f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 26 Jul 2006 23:20:47 +0000 Subject: David McCreedy added --ftp-ssl-reqd which makes curl *require* SSL for both control and data connection, as the existing --ftp-ssl option only requests it. --- docs/curl.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs/curl.1') diff --git a/docs/curl.1 b/docs/curl.1 index de72eb5b6..59f2c67fb 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -412,7 +412,15 @@ 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) Make the FTP connection switch to use 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. +(Added in 7.11.0) + +If this option is used twice, the second will again disable this. +.IP "--ftp-ssl-reqd" +(FTP) Require SSL/TLS for the FTP connection. +Terminates the connection if the server doesn't support SSL/TLS. +(Added in 7.15.5) If this option is used twice, the second will again disable this. .IP "-F/--form " -- cgit v1.2.3