CURLOPT_FTP_SSL_CCC (3) Linux Manual Page
CURLOPT_FTP_SSL_CCC – switch off SSL again with FTP after auth Synopsis#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FTP_SSL_CCC, long how); DescriptionIf enabled, this option makes libcurl use CCC (Clear Command Channel). It shuts down the SSL/TLS layer after authenticating. The rest of the control channel communication will be unencrypted. This allows NAT routers to follow the FTP…
