Searched refs:ftp_filemethod (Results 1 – 7 of 7) sorted by relevance
238 int ftp_filemethod; member
1326 config->ftp_filemethod = ftpfilemethod(config, nextarg); in getparameter()
2217 (long)config->ftp_filemethod); in single_transfer()
857 DEBUGASSERT((data->set.ftp_filemethod != FTPFILE_NOCWD) || in ftp_state_cwd()1428 if((data->set.ftp_filemethod == FTPFILE_NOCWD) && ftp->path) { in ftp_state_list()3301 if((data->set.ftp_filemethod == FTPFILE_NOCWD) && (rawPath[0] == '/')) in ftp_done()3307 if(data->set.ftp_filemethod == FTPFILE_NOCWD) in ftp_done()3834 if(data->set.ftp_filemethod == FTPFILE_NOCWD) in init_wc_data()3835 data->set.ftp_filemethod = FTPFILE_MULTICWD; in init_wc_data()4153 switch(data->set.ftp_filemethod) { in ftp_parse_url_path()4257 if((data->set.ftp_filemethod == FTPFILE_NOCWD) && (rawPath[0] == '/')) in ftp_parse_url_path()4263 if(data->set.ftp_filemethod == FTPFILE_NOCWD) in ftp_parse_url_path()
1747 unsigned char ftp_filemethod; /* how to get to a file: curl_ftpfile */ member
1273 data->set.ftp_filemethod = (unsigned char)(curl_ftpfile)arg; in Curl_vsetopt()
508 set->ftp_filemethod = FTPFILE_MULTICWD; in Curl_init_userdefined()