ftp.errors revision 50476
1117397Skan# $FreeBSD: head/lib/libfetch/ftp.errors 50476 1999-08-28 00:22:10Z peter $
2117397Skan#
3117397Skan# This list is taken from RFC 959.
4117397Skan# It probably needs a going over.
5117397Skan#
6117397Skan110 OK		Restart marker reply
7117397Skan120 TEMP	Service ready in a few minutes
8117397Skan125 OK		Data connection already open; transfer starting
9117397Skan150 OK		File status okay; about to open data connection
10117397Skan200 OK		Command okay
11117397Skan202 PROTO	Command not implemented, superfluous at this site
12117397Skan211 INFO	System status, or system help reply
13117397Skan212 INFO	Directory status
14117397Skan213 INFO	File status
15117397Skan214 INFO	Help message
16117397Skan215 INFO	Set system type
17117397Skan220 OK		Service ready for new user
18169691Skan221 OK		Service closing control connection
19117397Skan225 OK		Data connection open; no transfer in progress
20117397Skan226 OK		Requested file action successful
21117397Skan227 OK		Entering Passive Mode 
22117397Skan230 OK		User logged in, proceed
23117397Skan250 OK		Requested file action okay, completed
24117397Skan257 OK		File/directory created
25117397Skan331 AUTH	User name okay, need password
26117397Skan332 AUTH	Need account for login
27117397Skan350 OK		Requested file action pending further information
28117397Skan421 DOWN	Service not available, closing control connection
29117397Skan425 NETWORK	Can't open data connection
30117397Skan426 ABORT	Connection closed; transfer aborted
31117397Skan450 UNAVAIL	File unavailable (e.g., file busy)
32117397Skan451 SERVER	Requested action aborted: local error in processing
33117397Skan452 FULL	Insufficient storage space in system
34117397Skan500 PROTO	Syntax error, command unrecognized
35117397Skan501 PROTO	Syntax error in parameters or arguments
36169691Skan502 PROTO	Command not implemented
37169691Skan503 PROTO	Bad sequence of commands
38169691Skan504 PROTO	Command not implemented for that parameter
39117397Skan530 AUTH	Not logged in
40117397Skan532 AUTH	Need account for storing files
41117397Skan550 UNAVAIL	File unavailable (e.g., file not found, no access)
42117397Skan551 PROTO	Requested action aborted. Page type unknown
43117397Skan552 FULL	Exceeded storage allocation
44117397Skan553 EXISTS	File name not allowed
45117397Skan