Searched refs:ftp_skip_ip (Results 1 – 6 of 6) sorted by relevance
164 bool ftp_skip_ip; member
935 config->ftp_skip_ip = toggle; in getparameter()
1377 my_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP, config->ftp_skip_ip?1L:0L); in operate_do()
1710 bit ftp_skip_ip:1; /* skip the IP address the FTP server passes on to member
1146 data->set.ftp_skip_ip = (0 != va_arg(param, long)) ? TRUE : FALSE; in vsetopt()
1904 if(data->set.ftp_skip_ip) { in ftp_state_pasv_resp()