Searched refs:ftp_skip_ip (Results 1 – 6 of 6) sorted by relevance
132 bool ftp_skip_ip; member
822 config->ftp_skip_ip = toggle; in getparameter()
1239 my_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP, config->ftp_skip_ip?1L:0L); in operate_do()
1578 bool ftp_skip_ip; /* skip the IP address the FTP server passes on to member
2012 if(data->set.ftp_skip_ip) { in ftp_state_pasv_resp()
1563 data->set.ftp_skip_ip = (0 != va_arg(param, long))?TRUE:FALSE; in Curl_setopt()