CURLOPT_FTP_SKIP_PASV_IP (3) Linux Manual Page
CURLOPT_FTP_SKIP_PASV_IP – ignore the IP address in the PASV response Synopsis#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FTP_SKIP_PASV_IP, long skip); DescriptionPass a long. If skip is set to 1, it instructs libcurl to not use the IP address the server suggests in its 227-response to libcurl’s PASV command when libcurl connects the data connection. Instead libcurl will…
