Home
last modified time | relevance | path

Searched refs:ftp_skip_ip (Results 1 – 8 of 8) sorted by relevance

/curl/src/
H A Dtool_cfgable.h186 bool ftp_skip_ip; member
H A Dtool_cfgable.c46 config->ftp_skip_ip = TRUE; in config_init()
H A Dtool_getparam.c1504 config->ftp_skip_ip = toggle; in getparameter()
H A Dtool_operate.c2184 my_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP, config->ftp_skip_ip ? in single_transfer()
/curl/lib/
H A Durldata.h1789 BIT(ftp_skip_ip); /* skip the IP address the FTP server passes on to
H A Dsetopt.c1325 data->set.ftp_skip_ip = (0 != va_arg(param, long)); in Curl_vsetopt()
H A Durl.c380 set->ftp_skip_ip = TRUE; /* skip PASV IP by default */ in Curl_init_userdefined()
H A Dftp.c2029 if(data->set.ftp_skip_ip) { in ftp_state_pasv_resp()

Completed in 60 milliseconds