diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-12-03 11:25:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-12-03 11:25:06 +0000 |
commit | 4b1c0bd1e7aefeee2a2116a9e56fbfb4eb11b2e4 (patch) | |
tree | e64f28b9097f4aa2391a8b2c794d3199f2ee5149 /docs/libcurl | |
parent | b7ff86fa2ba2e82ebc70e7c0c94bbc519823f845 (diff) |
CURLOPT_FTPSSLAUTH was added in 7.12.2
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 0290d5b2c..35a2a87d0 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -743,7 +743,7 @@ Require SSL for all communication or fail with \fICURLE_FTP_SSL_FAILED\fP. .IP CURLOPT_FTPSSLAUTH Pass a long using one of the values from below, to alter how libcurl issues \&"AUTH TLS" or "AUTH SSL" when FTP over SSL is activated (see -\fICURLOPT_FTP_SSL\fP). +\fICURLOPT_FTP_SSL\fP). (Added in 7.12.2) .RS .IP CURLFTPAUTH_DEFAULT Allow libcurl to decide |