xref: /dragonfly/lib/libfetch/ftp.errors (revision 1de703da)
1# $FreeBSD: src/lib/libfetch/ftp.errors,v 1.4.2.3 2002/11/27 15:41:24 des Exp $
2# $DragonFly: src/lib/libfetch/ftp.errors,v 1.2 2003/06/17 04:26:49 dillon Exp $
3#
4# This list is taken from RFC 959.
5# It probably needs a going over.
6#
7110 OK		Restart marker reply
8120 TEMP	Service ready in a few minutes
9125 OK		Data connection already open; transfer starting
10150 OK		File status okay; about to open data connection
11200 OK		Command okay
12202 PROTO	Command not implemented, superfluous at this site
13211 INFO	System status, or system help reply
14212 INFO	Directory status
15213 INFO	File status
16214 INFO	Help message
17215 INFO	Set system type
18220 OK		Service ready for new user
19221 OK		Service closing control connection
20225 OK		Data connection open; no transfer in progress
21226 OK		Requested file action successful
22227 OK		Entering Passive Mode
23229 OK		Entering Extended Passive Mode
24230 OK		User logged in, proceed
25250 OK		Requested file action okay, completed
26257 OK		File/directory created
27331 AUTH	User name okay, need password
28332 AUTH	Need account for login
29350 OK		Requested file action pending further information
30421 DOWN	Service not available, closing control connection
31425 NETWORK	Can't open data connection
32426 ABORT	Connection closed; transfer aborted
33450 UNAVAIL	File unavailable (e.g., file busy)
34451 SERVER	Requested action aborted: local error in processing
35452 FULL	Insufficient storage space in system
36500 PROTO	Syntax error, command unrecognized
37501 PROTO	Syntax error in parameters or arguments
38502 PROTO	Command not implemented
39503 PROTO	Bad sequence of commands
40504 PROTO	Command not implemented for that parameter
41530 AUTH	Not logged in
42532 AUTH	Need account for storing files
43535 PROTO	Bug in MediaHawk Video Kernel FTP server
44550 UNAVAIL	File unavailable (e.g., file not found, no access)
45551 PROTO	Requested action aborted. Page type unknown
46552 FULL	Exceeded storage allocation
47553 EXISTS	File name not allowed
48999 PROTO	Protocol error
49