ftp.errors revision 17732
117732Sjkh# $Id$
217732Sjkh#
317732Sjkh# This list is taken from RFC 959.
417732Sjkh# It probably needs a going over.
517732Sjkh#
617732Sjkh110 Restart marker reply
717732Sjkh120 Service ready in a few minutes
817732Sjkh125 Data connection already open; transfer starting
917732Sjkh150 File status okay; about to open data connection
1017732Sjkh200 Command okay
1117732Sjkh202 Command not implemented, superfluous at this site
1217732Sjkh211 System status, or system help reply
1317732Sjkh212 Directory status
1417732Sjkh213 File status
1517732Sjkh214 Help message
1617732Sjkh215 Set system type
1717732Sjkh220 Service ready for new user
1817732Sjkh221 Service closing control connection
1917732Sjkh225 Data connection open; no transfer in progress
2017732Sjkh226 Requested file action successful
2117732Sjkh227 Entering Passive Mode 
2217732Sjkh230 User logged in, proceed
2317732Sjkh250 Requested file action okay, completed
2417732Sjkh257 File/directory created
2517732Sjkh331 User name okay, need password
2617732Sjkh332 Need account for login
2717732Sjkh350 Requested file action pending further information
2817732Sjkh421 Service not available, closing control connection
2917732Sjkh425 Can't open data connection
3017732Sjkh426 Connection closed; transfer aborted
3117732Sjkh450 File unavailable (e.g., file busy)
3217732Sjkh451 Requested action aborted: local error in processing
3317732Sjkh452 Insufficient storage space in system
3417732Sjkh500 Syntax error, command unrecognized
3517732Sjkh501 Syntax error in parameters or arguments
3617732Sjkh502 Command not implemented
3717732Sjkh503 Bad sequence of commands
3817732Sjkh504 Command not implemented for that parameter
3917732Sjkh530 Not logged in
4017732Sjkh532 Need account for storing files
4117732Sjkh550 File unavailable (e.g., file not found, no access)
4217732Sjkh551 Requested action aborted. Page type unknown
4317732Sjkh552 Exceeded storage allocation
4417732Sjkh553 File name not allowed
45