Searched refs:ftp_filemethod (Results 1 – 6 of 6) sorted by relevance
183 int ftp_filemethod; member
825 config->ftp_filemethod = ftpfilemethod(config, nextarg); in getparameter()
1242 my_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long)config->ftp_filemethod); in operate_do()
1497 if((data->set.ftp_filemethod == FTPFILE_NOCWD) && in ftp_state_list()3300 if(dlen && (data->set.ftp_filemethod != FTPFILE_NOCWD)) { in ftp_done()3884 if(conn->data->set.ftp_filemethod == FTPFILE_NOCWD) in init_wc_data()3885 conn->data->set.ftp_filemethod = FTPFILE_MULTICWD; in init_wc_data()4240 switch(data->set.ftp_filemethod) { in ftp_parse_url_path()
1529 curl_ftpfile ftp_filemethod; /* how to get to a file when FTP is used */ member
528 set->ftp_filemethod = FTPFILE_MULTICWD; in Curl_init_userdefined()864 data->set.ftp_filemethod = (curl_ftpfile)va_arg(param, long); in Curl_setopt()