1# $FreeBSD: src/lib/libfetch/ftp.errors,v 1.4.2.3 2002/11/27 15:41:24 des Exp $
2#
3# This list is taken from RFC 959.
4# It probably needs a going over.
5#
6110 OK              Restart marker reply
7120 TEMP  Service ready in a few minutes
8125 OK              Data connection already open; transfer starting
9150 OK              File status okay; about to open data connection
10200 OK              Command okay
11202 PROTO Command not implemented, superfluous at this site
12211 INFO  System status, or system help reply
13212 INFO  Directory status
14213 INFO  File status
15214 INFO  Help message
16215 INFO  Set system type
17220 OK              Service ready for new user
18221 OK              Service closing control connection
19225 OK              Data connection open; no transfer in progress
20226 OK              Requested file action successful
21227 OK              Entering Passive Mode
22229 OK              Entering Extended Passive Mode
23230 OK              User logged in, proceed
24250 OK              Requested file action okay, completed
25257 OK              File/directory created
26331 AUTH  User name okay, need password
27332 AUTH  Need account for login
28350 OK              Requested file action pending further information
29421 DOWN  Service not available, closing control connection
30425 NETWORK         Can't open data connection
31426 ABORT Connection closed; transfer aborted
32450 UNAVAIL         File unavailable (e.g., file busy)
33451 SERVER          Requested action aborted: local error in processing
34452 FULL  Insufficient storage space in system
35500 PROTO Syntax error, command unrecognized
36501 PROTO Syntax error in parameters or arguments
37502 PROTO Command not implemented
38503 PROTO Bad sequence of commands
39504 PROTO Command not implemented for that parameter
40530 AUTH  Not logged in
41532 AUTH  Need account for storing files
42535 PROTO Bug in MediaHawk Video Kernel FTP server
43550 UNAVAIL         File unavailable (e.g., file not found, no access)
44551 PROTO Requested action aborted. Page type unknown
45552 FULL  Exceeded storage allocation
46553 EXISTS          File name not allowed
47999 PROTO Protocol error
48