From: Daniel Stenberg Date: Fri, 3 Dec 2004 11:25:06 +0000 (+0000) Subject: CURLOPT_FTPSSLAUTH was added in 7.12.2 X-Git-Tag: curl-7_12_3~109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b1c0bd1e7aefeee2a2116a9e56fbfb4eb11b2e4;p=thirdparty%2Fcurl.git CURLOPT_FTPSSLAUTH was added in 7.12.2 --- diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 0290d5b2ce..35a2a87d09 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