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