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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dftpgetput.c28 static void ftp_die(const char *msg, const char *remote) ATTRIBUTE_NORETURN;
29 static void ftp_die(const char *msg, const char *remote) function
108 ftp_die(NULL, buf);
117 ftp_die("PASS", buf);
121 ftp_die("USER", buf);
147 ftp_die("PASV", buf);
154 // ftp_die("SIZE", buf);
187 ftp_die("RETR", buf);
211 ftp_die(NULL, buf);
235 ftp_die("PAS
[all...]

Completed in 106 milliseconds