curl-library
Correction to online documentation
From: Carlos Alloatti <calloatti_at_gmail.com>
Date: Wed, 8 Oct 2008 22:40:32 -0300
Date: Wed, 8 Oct 2008 22:40:32 -0300
In http://curl.haxx.se/libcurl/c/curl_easy_setopt.html where it says:
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
CURLOPT_FTP_SSL). (Added in 7.12.2)
It should say:
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
CURLOPT_USE_SSL). (Added in 7.12.2)
-- Carlos AlloattiReceived on 2008-10-09