Lines Matching defs:reply

393 	reply(530, "System not available.");
397 /* reply(220,) must follow */
400 reply(220, "%s FTP server (%s"
493 reply(530, "No login allowed without authorization.");
499 reply(530, "Can't change user from guest login.");
502 reply(530, "Can't change user from chroot user.");
513 reply(530, "User %s access denied.", name);
518 reply(331, "Guest login ok, type your name as password.");
520 reply(530, "User %s unknown.", name);
537 reply(530, "Only authorized and anonymous login allowed.");
549 reply(530, "User %s access denied.", name);
578 reply(530, "User %s access denied.", name);
584 reply(331, "Password %s for %s required.",
590 reply(331, "Password required for %s.", name);
599 reply(530,
703 reply(550, "Can't set gid.");
724 reply(550, "Can't set guest privileges.");
729 reply(550, "Can't change root.");
734 reply(530, "User %s: can't change directory to %s.",
741 reply(550, "Can't set uid.");
758 * N.B. reply(code,) must follow the message.
764 reply(code, "Guest login ok, access restrictions apply.");
787 reply(code, "User %s logged in.", pw->pw_name);
878 reply(230, "Password not necessary");
883 reply(503, "Login with USER first.");
925 reply(530, "Login incorrect.");
1034 reply(550, "%s: not a plain file.", name);
1095 reply(553, "consist of alphanumeric characters or any of the following: %s",
1167 reply(226, "Transfer complete (unique file name:%s).",
1170 reply(226, "Transfer complete.");
1267 reply(425, "Can't open data connection.");
1278 reply(150, "Opening %s mode data connection for '%s'%s.",
1283 reply(125, "Using existing data connection for '%s'%s.",
1309 reply(425, "Can't create data socket (%s,%d): %s.",
1328 reply(150, "Opening %s mode data connection for '%s'%s.",
1365 reply(226, "Transfer complete.");
1428 reply(226, "Transfer complete.");
1433 reply(550, "Unimplemented TYPE %d in send_data", type);
1492 reply(553, "TYPE E not implemented.");
1546 reply(550, "Unimplemented TYPE %d in receive_data", type);
1593 reply(211, "End of Status");
1648 reply(211, "End of status");
1655 reply(451, "Error in server: %s\n", s);
1656 reply(221, "Closing connection due to server error.");
1689 reply(int n, const char *fmt, ...)
1720 reply(250, "%s command successful.", s);
1727 reply(502, "%s command not implemented.", s);
1777 reply(257, "MKD command successful.");
1803 reply(550, "%s.", strerror(errno));
1805 reply(257, "\"%s\" is current directory.", path);
1817 reply(350, "File exists, ready for destination name");
1888 reply(426, "Transfer aborted. Data connection closed.");
1889 reply(226, "Abort successful");
1920 reply(221, "You could at least say goodbye.");
1931 reply(533, "Command protection level denied "
1943 reply(213, "Status: %ld of %ld bytes transferred",
1947 reply(213, "Status: %ld bytes transferred",
1968 reply(425,
2007 reply(227, "Entering Passive Mode (%d,%d,%d,%d,%d,%d)", UC(a[0]),
2049 reply(229, "Entering Extended Passive Mode (|||%d|)",
2077 reply(500, "Bad syntax in EPRT");
2082 reply(500, "Bad syntax in EPRT");
2096 reply(522, "Network protocol %d not supported, use (1"
2105 reply(500, "Bad syntax in EPRT");
2113 reply(500, "Bad address syntax in EPRT");
2119 reply(500, "Bad port syntax in EPRT");
2123 reply(500, "Bad port in invalid range in EPRT");
2132 reply(500, "Bad address in EPRT");
2134 reply(200, "EPRT command successful.");
2140 * Generates failure reply on error.
2164 reply(452, "Unique file name cannot be created.");
2169 * Format and send reply containing system error number.
2174 reply(code, "%s: %s.", string, strerror(errno));
2192 reply(226, "Transfer complete.");
2194 reply(451, "Requested action aborted. Local error in processing.");
2233 reply(550, "not found");
2322 reply(550, "No files found.");
2326 reply(226, "Transfer complete.");
2363 reply(200, "Done");