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