Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.h75 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
Dftp.c1547 state(conn, FTP_LIST); in ftp_state_list()
2451 if((instate != FTP_LIST) && in ftp_state_get_resp()
2490 else if((instate != FTP_LIST) && (data->set.prefer_ascii)) in ftp_state_get_resp()
2496 if(instate != FTP_LIST) in ftp_state_get_resp()
2522 if((instate == FTP_LIST) && (ftpcode == 450)) { in ftp_state_get_resp()
3065 case FTP_LIST: in ftp_statemach_act()