Lines Matching refs:reply

531 		reply(530, "System not available.");  in main()
572 reply(530, "System not available."); in main()
596 reply(220, "FTP server ready."); in main()
598 reply(220, "%s FTP server ready.", in main()
705 reply(530, "User %s access denied.", name); in user()
719 reply(421, "Local resource failure"); in user()
724 reply(331, in user()
727 reply(530, "User %s unknown.", name); in user()
769 reply(421, "Local resource failure"); in user()
778 reply(530, "User %s access denied.", name); in user()
783 reply(530, "User %s access denied.", name); in user()
791 reply(530, "User %s access denied.", name); in user()
802 reply(331, "%s", cp); in user()
804 reply(331, "Password required for %s.", name); in user()
855 reply(530, "Please reconnect to work as another user"); in end_login()
870 reply(503, "Login with USER first."); in pass()
891 reply(530, "Login incorrect."); in pass()
922 reply(530, "Approval failure."); in pass()
930 reply(530, "Permission denied."); in pass()
1020 reply(550, "Can't set guest privileges."); in pass()
1025 reply(550, "Can't setup environment."); in pass()
1030 reply(550, "Can't change root."); in pass()
1035 reply(550, "Can't setup environment."); in pass()
1040 reply(530, "User %s: can't change directory to %s.", in pass()
1047 reply(550, "Can't set gid."); in pass()
1051 reply(550, "Can't set uid."); in pass()
1061 reply(550, "Can't setup environment."); in pass()
1082 reply(230, "Guest login ok, access restrictions apply."); in pass()
1092 reply(230, "User %s logged in.", pw->pw_name); in pass()
1139 reply(550, "%s: not a plain file.", name); in retrieve()
1255 reply(226, "Transfer complete (unique file name:%s).", in store()
1258 reply(226, "Transfer complete."); in store()
1360 reply(425, "Can't open data connection."); in dataconn()
1379 reply(425, "Can't build data connection: " in dataconn()
1388 reply(425, "Can't build data connection: " in dataconn()
1396 reply(425, "Can't build data connection: " in dataconn()
1405 reply(150, "Opening %s mode data connection for '%s'%s.", in dataconn()
1410 reply(125, "Using existing data connection for '%s'%s.", in dataconn()
1429 reply(425, "Can't create data socket: %s.", in dataconn()
1432 reply(425, in dataconn()
1456 reply(425, "Can't build data connection: " in dataconn()
1464 reply(425, "Can't build data connection: " in dataconn()
1470 reply(435, "Can't build data connection: " in dataconn()
1478 reply(150, "Opening %s mode data connection for '%s'%s.", in dataconn()
1527 reply(226, "Transfer complete."); in send_data()
1544 reply(226, "Transfer complete."); in send_data()
1572 reply(226, "Transfer complete."); in send_data()
1593 reply(226, "Transfer complete."); in send_data()
1597 reply(550, "Unimplemented TYPE %d in send_data", type); in send_data()
1603 reply(426, "Data connection"); in send_data()
1608 reply(551, "Error on input file"); in send_data()
1663 reply(553, "TYPE E not implemented."); in receive_data()
1700 reply(550, "Unimplemented TYPE %d in receive_data", type); in receive_data()
1707 reply(426, "Data Connection"); in receive_data()
1712 reply(452, "Error writing file"); in receive_data()
1731 reply(451, "Local resource failure"); in statfilecmd()
1757 reply(211, "End of Status"); in statfilecmd()
1880 reply(211, "End of status"); in statcmd()
1887 reply(451, "Error in server: %s", s); in fatal()
1888 reply(221, "Closing connection due to server error."); in fatal()
1894 reply(int n, const char *fmt, ...) in reply() function
1970 reply(250, "%s command successful.", s); in ack()
1977 reply(502, "%s command not implemented.", s); in nack()
1984 reply(500, "'%s': command not understood.", cbuf); in yyerror()
2054 reply(257, "\"%s\" %s", npath, message); in replydirname()
2099 reply(350, "File exists, ready for destination name"); in renamefrom()
2177 reply(221, "You could at least say goodbye."); in myoob()
2186 reply(426, "Transfer aborted. Data connection closed."); in myoob()
2187 reply(226, "Abort successful"); in myoob()
2192 reply(213, "Status: %lld of %lld bytes transferred", in myoob()
2195 reply(213, "Status: %lld bytes transferred", in myoob()
2214 reply(530, "Please login with USER and PASS"); in passive()
2257 reply(227, "Entering Passive Mode (%u,%u,%u,%u,%u,%u)", a[0], in passive()
2303 reply(503, "Login with USER first."); in long_passive()
2313 reply(501, "Network protocol mismatch"); /*XXX*/ in long_passive()
2371 reply(228, in long_passive()
2377 reply(228, in long_passive()
2390 reply(229, "Entering Extended Passive Mode (|||%u|)", in long_passive()
2421 reply(501, "EPRT disallowed after EPSV ALL"); in extended_port()
2482 reply(200, "EPRT command successful."); in extended_port()
2490 reply(500, "Invalid argument, rejected."); in extended_port()
2519 reply(501, "%s", message); /*XXX*/ in epsv_protounsupp()
2521 reply(522, "%s, use (%d)", message, proto); in epsv_protounsupp()
2561 reply(452, "Unique file name cannot be created."); in guniquefd()
2572 reply(code, "%s: %s.", string, strerror(errno)); in perror_reply()
2600 reply(550, "not found"); in send_file_list()
2697 reply(550, "No files found."); in send_file_list()
2701 reply(226, "Transfer complete."); in send_file_list()