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