Searched refs:FTP_LIST (Results 1 – 2 of 2) sorted by relevance
74 FTP_LIST, /* generic state for LIST, NLST or a custom list command */ enumerator
1502 state(data, FTP_LIST); in ftp_state_list()2465 if((instate != FTP_LIST) && in ftp_state_get_resp()2506 else if((instate != FTP_LIST) && (data->state.prefer_ascii)) in ftp_state_get_resp()2512 if(instate != FTP_LIST) in ftp_state_get_resp()2538 if((instate == FTP_LIST) && (ftpcode == 450)) { in ftp_state_get_resp()3083 case FTP_LIST: in ftp_statemachine()