Home
last modified time | relevance | path

Searched refs:ftp_filemethod (Results 1 – 7 of 7) sorted by relevance

/curl/src/
H A Dtool_cfgable.h242 int ftp_filemethod; member
H A Dtool_getparam.c1507 config->ftp_filemethod = ftpfilemethod(config, nextarg); in getparameter()
H A Dtool_operate.c2190 (long)config->ftp_filemethod); in single_transfer()
/curl/lib/
H A Dftp.c990 DEBUGASSERT((data->set.ftp_filemethod != FTPFILE_NOCWD) || in ftp_state_cwd()
1557 if((data->set.ftp_filemethod == FTPFILE_NOCWD) && ftp->path) { in ftp_state_list()
3429 if((data->set.ftp_filemethod == FTPFILE_NOCWD) && (rawPath[0] == '/')) in ftp_done()
3435 if(data->set.ftp_filemethod == FTPFILE_NOCWD) in ftp_done()
3962 if(data->set.ftp_filemethod == FTPFILE_NOCWD) in init_wc_data()
3963 data->set.ftp_filemethod = FTPFILE_MULTICWD; in init_wc_data()
4302 switch(data->set.ftp_filemethod) { in ftp_parse_url_path()
4404 if((data->set.ftp_filemethod == FTPFILE_NOCWD) && (rawPath[0] == '/')) in ftp_parse_url_path()
4410 if(data->set.ftp_filemethod == FTPFILE_NOCWD) in ftp_parse_url_path()
H A Durldata.h1664 unsigned char ftp_filemethod; /* how to get to a file: curl_ftpfile */ member
H A Dsetopt.c1290 data->set.ftp_filemethod = (unsigned char)arg; in Curl_vsetopt()
H A Durl.c379 set->ftp_filemethod = FTPFILE_MULTICWD; in Curl_init_userdefined()

Completed in 50 milliseconds