cURL / Mailing Lists / curl-library / Single Mail

curl-library

CURLOPT_USE_SSL,CURLOPT_FTP_SSL, CURLOPT_FTPSSLAUTH

From: Roger Cabo - gfa_at_trainzland.com <gfa_at_trainzland.com>
Date: Mon, 22 Jul 2013 02:07:20 +0200

Hi

the easy option for FTP and auth "TSL" is irritating me. there are 3
options.
I want FTPS over expicit "TLS/SSL"

1)
~curl_easy_setopt(curl, *CURLOPT_FTP_SSL*, CURLFTPAUTH_TLS)
or
~curl_easy_setopt(curl, *CURLOPT_USE_SSL*, CURLFTPAUTH_TLS)
or
~curl_easy_setopt(curl, *CURLOPT_FTPSSLAUTH*, CURLFTPAUTH_DEFAULT)

What's correct here?

Thanks and kind regards,
Roger

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-07-22