mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:23:32 +03:00
CURLOPT_FTPSSLAUTH was added in 7.12.2
This commit is contained in:
parent
b7ff86fa2b
commit
4b1c0bd1e7
1 changed files with 1 additions and 1 deletions
|
|
@ -743,7 +743,7 @@ Require SSL for all communication or fail with \fICURLE_FTP_SSL_FAILED\fP.
|
||||||
.IP CURLOPT_FTPSSLAUTH
|
.IP CURLOPT_FTPSSLAUTH
|
||||||
Pass a long using one of the values from below, to alter how libcurl issues
|
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
|
\&"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
|
.RS
|
||||||
.IP CURLFTPAUTH_DEFAULT
|
.IP CURLFTPAUTH_DEFAULT
|
||||||
Allow libcurl to decide
|
Allow libcurl to decide
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue