Searched refs:ftp_send_command (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dftp.c181 static int ftp_send_command(FTPContext *s, const char *command, function
231 err = ftp_send_command(s, buf, user_codes, NULL);
235 err = ftp_send_command(s, buf, pass_codes, NULL);
253 if (ftp_send_command(s, command, epsv_codes, &res) != 229 || !res)
294 if (ftp_send_command(s, command, pasv_codes, &res) != 227 || !res)
340 if (ftp_send_command(s, command, pwd_codes, &res) != 257 || !res)
378 if (ftp_send_command(s, command, size_codes, &res) == 213 && res) {
396 if (ftp_send_command(s, command, retr_codes, NULL) != 150)
410 if (ftp_send_command(s, command, stor_codes, NULL) != 150)
423 if (ftp_send_command(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dsecurity.c121 static int ftp_send_command(struct connectdata *conn, const char *message, ...) function
437 code = ftp_send_command(conn, "PBSZ %u", buffer_size);
457 code = ftp_send_command(conn, "PROT %c", level_to_char(level));
518 ret = ftp_send_command(conn, "AUTH %s", mech_name);

Completed in 38 milliseconds