Home
last modified time | relevance | path

Searched refs:FTP_LIST (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dftp.h78 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
H A Dftp.c1420 ftp_state(data, FTP_LIST); in ftp_state_list()
2452 if((instate != FTP_LIST) && in ftp_state_get_resp()
2494 else if((instate != FTP_LIST) && (data->state.prefer_ascii)) in ftp_state_get_resp()
2499 if(instate != FTP_LIST) in ftp_state_get_resp()
2525 if((instate == FTP_LIST) && (ftpcode == 450)) { in ftp_state_get_resp()
3081 case FTP_LIST: in ftp_statemachine()

Completed in 20 milliseconds