Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.c1383 (data->set.ftp_list_only?"NLST":"LIST")); in ftp_state_prepare_transfer()
1482 (data->set.ftp_list_only?"NLST":"LIST"), in ftp_state_list()
3646 else if(data->set.ftp_list_only || !ftpc->file) { in ftp_do_more()
4448 data->set.ftp_list_only = TRUE; in ftp_setup_connection()
Durldata.h1595 bool ftp_list_only; /* switch FTP command for listing directories */ member
Dpop3.c561 if(pop3->id[0] == '\0' || conn->data->set.ftp_list_only) { in pop3_perform_command()
Dsetopt.c304 data->set.ftp_list_only = (0 != va_arg(param, long)) ? TRUE : FALSE; in Curl_vsetopt()
Dssh-libssh.c1280 if(data->set.ftp_list_only) { in myssh_statemach_act()
Dssh.c1937 if(data->set.ftp_list_only) { in ssh_statemach_act()
Durl.c3413 (data->set.ftp_list_only?'D':'I')); in parse_remote_port()