Lines Matching refs:reply

172 					reply(500,
177 reply(500,
184 reply(500,
192 reply(200, "PORT command successful.");
201 reply(500,
210 reply(200, "LPRT command successful.");
220 reply(500,
229 reply(200, "LPRT command successful.");
259 reply(200, "EPSV ALL command successful.");
275 reply(200, "Type set to A.");
279 reply(504, "Form must be N.");
283 reply(504, "Type E not implemented.");
287 reply(200, "Type set to I.");
293 reply(200,
297 reply(504, "Byte size must be 8.");
308 reply(200, "STRU F ok.");
312 reply(504, "Unimplemented STRU type.");
322 reply(200, "MODE S ok.");
326 reply(502, "Unimplemented MODE type.");
333 reply(202, "ALLO command ignored.");
339 reply(202, "ALLO command ignored.");
413 reply(503,
423 reply(225, "ABOR command successful.");
459 reply(200, "NOOP command successful.");
501 reply(200, "Current UMASK is %03o", oldmask);
510 reply(501, "Bad UMASK value");
512 reply(550,
516 reply(200,
526 reply(501,
530 reply(550,
536 reply(200,
545 reply(200,
554 reply(501,
561 reply(200,
577 reply(215, "UNIX Type: L8");
609 reply(550, "%s: %s",
612 reply(550, "%s: not a plain file.", $4);
621 reply(213,
633 reply(221, "Goodbye.");
666 reply(350, "Restarting at %lld. %s",
913 reply(550, "not found");
962 reply(530, "Please login with USER and PASS.");
974 reply(530, "Please login with USER and PASS.");
979 reply(501, "the command is disallowed "
1207 reply(221, "You could at least say goodbye."); in yylex()
1210 reply(500, "Command too long."); in yylex()
1486 reply(214, "Direct comments to ftp-bugs@%s.", hostname); in help()
1492 reply(502, "Unknown command %s.", s); in help()
1496 reply(214, "Syntax: %s%s %s", type, c->name, c->help); in help()
1498 reply(214, "%s%-*s\t%s; unimplemented.", type, width, in help()
1510 reply(550, "%s: not a plain file.", filename); in sizecmd()
1512 reply(213, "%lld", (long long)stbuf.st_size); in sizecmd()
1525 reply(550, "%s: not a plain file.", filename); in sizecmd()
1530 reply(550, "%s: file too large for SIZE.", filename); in sizecmd()
1543 reply(213, "%lld", (long long)count); in sizecmd()
1546 reply(504, "SIZE not implemented for Type %c.", "?AEIL"[type]); in sizecmd()