CURLOPT_PORT (3) Linux Manual Page
CURLOPT_PORT – set remote port number to work with Synopsis #include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PORT, long number); Description This option sets number to be the remote port number to connect to, instead of the one specified in the URL or the default port for the used protocol. Usually, you just let the URL decide…
