Hello,

I use libcurl with curl_easy to make client connection with a FTPS server, 
explicit TLS. The curl send both "AUTH TLS" then "AUTH SSL", I configured my 
curl with:

...
curl_easy_setopt(curl, CURLOPT_USE_SSL, CURLUSESSL_ALL);
curl_easy_setopt(curl, CURLOPT_FTPSSLAUTH, CURLFTPAUTH_TLS);
...

That should only send "AUTH TLS"? Or I missed a configuration and how?
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to