Query: curlopt_ftp_skip_pasv_ip
OS: mojave
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CURLOPT_FTP_SKIP_PASV_IP(3) curl_easy_setopt options CURLOPT_FTP_SKIP_PASV_IP(3)NAMECURLOPT_FTP_SKIP_PASV_IP - ignore the IP address in the PASV responseSYNOPSIS#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 re-use the same IP address it already uses for the control connec- tion. But it will use the port number from the 227-response. This option thus allows libcurl to work around broken server installations that due to NATs, firewalls or incompetence report the wrong IP address back. This option has no effect if PORT, EPRT or EPSV is used instead of PASV.DEFAULT0PROTOCOLSFTPEXAMPLETODOAVAILABILITYAdded in 7.14.2RETURN VALUEReturns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.SEE ALSOCURLOPT_FTPPORT(3), CURLOPT_FTP_USE_EPRT(3), libcurl 7.54.0 February 03, 2016 CURLOPT_FTP_SKIP_PASV_IP(3)
Related Man Pages |
---|
curlopt_ftp_filemethod(3) - mojave |
curlopt_ftp_skip_pasv_ip(3) - mojave |
curlopt_pipewait(3) - mojave |
curlopt_proxy_transfer_mode(3) - mojave |
curlopt_rtsp_session_id(3) - mojave |
Similar Topics in the Unix Linux Community |
---|
PASV mode FTP |
getoptlong |
Arrange / format data using awk |
I need to appears as different ip address when I send a form |
C4040-227: Associate AIX 7 Administration - certification material |