ftp.errors revision 60737
1323136Sdes# $FreeBSD: head/lib/libfetch/ftp.errors 60737 2000-05-20 18:23:51Z ume $
257429Smarkm#
357429Smarkm# This list is taken from RFC 959.
457429Smarkm# It probably needs a going over.
557429Smarkm#
657429Smarkm110 OK		Restart marker reply
760576Skris120 TEMP	Service ready in a few minutes
865674Skris125 OK		Data connection already open; transfer starting
965674Skris150 OK		File status okay; about to open data connection
1065674Skris200 OK		Command okay
1165674Skris202 PROTO	Command not implemented, superfluous at this site
1265674Skris211 INFO	System status, or system help reply
1357429Smarkm212 INFO	Directory status
1457429Smarkm213 INFO	File status
1557429Smarkm214 INFO	Help message
16162856Sdes215 INFO	Set system type
1757429Smarkm220 OK		Service ready for new user
18162856Sdes221 OK		Service closing control connection
19162856Sdes225 OK		Data connection open; no transfer in progress
20162856Sdes226 OK		Requested file action successful
21261320Sdes227 OK		Entering Passive Mode
22294328Sdes229 OK		Entering Extended Passive Mode
23162856Sdes230 OK		User logged in, proceed
24162856Sdes250 OK		Requested file action okay, completed
25221420Sdes257 OK		File/directory created
26221420Sdes331 AUTH	User name okay, need password
27263712Sdes332 AUTH	Need account for login
28162856Sdes350 OK		Requested file action pending further information
29162856Sdes421 DOWN	Service not available, closing control connection
30162856Sdes425 NETWORK	Can't open data connection
31261320Sdes426 ABORT	Connection closed; transfer aborted
32294332Sdes450 UNAVAIL	File unavailable (e.g., file busy)
33162856Sdes451 SERVER	Requested action aborted: local error in processing
34261320Sdes452 FULL	Insufficient storage space in system
35261320Sdes500 PROTO	Syntax error, command unrecognized
36261320Sdes501 PROTO	Syntax error in parameters or arguments
37261320Sdes502 PROTO	Command not implemented
38162856Sdes503 PROTO	Bad sequence of commands
39162856Sdes504 PROTO	Command not implemented for that parameter
40162856Sdes530 AUTH	Not logged in
41162856Sdes532 AUTH	Need account for storing files
42162856Sdes550 UNAVAIL	File unavailable (e.g., file not found, no access)
43323129Sdes551 PROTO	Requested action aborted. Page type unknown
44323129Sdes552 FULL	Exceeded storage allocation
45323129Sdes553 EXISTS	File name not allowed
46323129Sdes999 PROTO	Protocol error
47323129Sdes