Home
last modified time | relevance | path

Searched refs:ftp_list_only (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dftp.c1417 (data->set.ftp_list_only?"NLST":"LIST")); in ftp_state_prepare_transfer()
1519 (data->set.ftp_list_only?"NLST":"LIST"), in ftp_state_list()
3732 else if(data->set.ftp_list_only || !ftpc->file) { in ftp_do_more()
4566 data->set.ftp_list_only = TRUE; in ftp_setup_connection()
Durldata.h1547 bool ftp_list_only; /* switch FTP command for listing directories */ member
Dpop3.c593 if(pop3->id[0] == '\0' || conn->data->set.ftp_list_only) { in pop3_perform_command()
Durl.c852 data->set.ftp_list_only = (0 != va_arg(param, long))?TRUE:FALSE; in Curl_setopt()
5006 (data->set.ftp_list_only?'D':'I')); in parse_remote_port()
Dssh.c1910 if(data->set.ftp_list_only) { in ssh_statemach_act()