ftp.errors revision 1.1.2.2 1 1.1.2.2 matt # $FreeBSD: src/lib/libfetch/ftp.errors,v 1.4.2.3 2002/11/27 15:41:24 des Exp $
2 1.1.2.2 matt #
3 1.1.2.2 matt # This list is taken from RFC 959.
4 1.1.2.2 matt # It probably needs a going over.
5 1.1.2.2 matt #
6 1.1.2.2 matt 110 OK Restart marker reply
7 1.1.2.2 matt 120 TEMP Service ready in a few minutes
8 1.1.2.2 matt 125 OK Data connection already open; transfer starting
9 1.1.2.2 matt 150 OK File status okay; about to open data connection
10 1.1.2.2 matt 200 OK Command okay
11 1.1.2.2 matt 202 PROTO Command not implemented, superfluous at this site
12 1.1.2.2 matt 211 INFO System status, or system help reply
13 1.1.2.2 matt 212 INFO Directory status
14 1.1.2.2 matt 213 INFO File status
15 1.1.2.2 matt 214 INFO Help message
16 1.1.2.2 matt 215 INFO Set system type
17 1.1.2.2 matt 220 OK Service ready for new user
18 1.1.2.2 matt 221 OK Service closing control connection
19 1.1.2.2 matt 225 OK Data connection open; no transfer in progress
20 1.1.2.2 matt 226 OK Requested file action successful
21 1.1.2.2 matt 227 OK Entering Passive Mode
22 1.1.2.2 matt 229 OK Entering Extended Passive Mode
23 1.1.2.2 matt 230 OK User logged in, proceed
24 1.1.2.2 matt 250 OK Requested file action okay, completed
25 1.1.2.2 matt 257 OK File/directory created
26 1.1.2.2 matt 331 AUTH User name okay, need password
27 1.1.2.2 matt 332 AUTH Need account for login
28 1.1.2.2 matt 350 OK Requested file action pending further information
29 1.1.2.2 matt 421 DOWN Service not available, closing control connection
30 1.1.2.2 matt 425 NETWORK Can't open data connection
31 1.1.2.2 matt 426 ABORT Connection closed; transfer aborted
32 1.1.2.2 matt 450 UNAVAIL File unavailable (e.g., file busy)
33 1.1.2.2 matt 451 SERVER Requested action aborted: local error in processing
34 1.1.2.2 matt 452 FULL Insufficient storage space in system
35 1.1.2.2 matt 500 PROTO Syntax error, command unrecognized
36 1.1.2.2 matt 501 PROTO Syntax error in parameters or arguments
37 1.1.2.2 matt 502 PROTO Command not implemented
38 1.1.2.2 matt 503 PROTO Bad sequence of commands
39 1.1.2.2 matt 504 PROTO Command not implemented for that parameter
40 1.1.2.2 matt 530 AUTH Not logged in
41 1.1.2.2 matt 532 AUTH Need account for storing files
42 1.1.2.2 matt 535 PROTO Bug in MediaHawk Video Kernel FTP server
43 1.1.2.2 matt 550 UNAVAIL File unavailable (e.g., file not found, no access)
44 1.1.2.2 matt 551 PROTO Requested action aborted. Page type unknown
45 1.1.2.2 matt 552 FULL Exceeded storage allocation
46 1.1.2.2 matt 553 EXISTS File name not allowed
47 1.1.2.2 matt 999 PROTO Protocol error
48