Ftp Error Messages

Discussion in 'Gaming' started by Andrew, Jun 2, 2005.

  1. Andrew

    Andrew Well-Known Member

    Age:
    35
    Posts:
    7,616
    Likes Received:
    0
    Joined:
    Mar 10, 2005
    Location:
    California; Texan lost in Cali
    FTP Error Messages
    some nice info about ftp error codes so you know what they mean. i am sure you see them all the time and sometimes you dont know what they mean, so take a look here.

    The most common codes:
    421 - often means: too many users logged to the same account.

    530 - wrong login:pass, some servers auto-switch to 530 from
    421 when they reach the max # of users. so notice the
    error message attached to the code.

    550 - common in Ratio site, If the file exsist it means you have no
    access to the file or dir.
    if you try changing dirs in an FTP and you`re getting a 550
    message, it means you don`t have access to the dir, but,
    It doesn`t mean you don`t have access to a dir
    inside that dir. (meaning when getting a direct path, log into
    the path directly, not 1 dir by 1).

    All others:

    110 Restart marker reply. In this case, the text is exact and not left to the particular implementation; it must read: MARK yyyy = mmmm Where yyyy is User-process data stream marker, and mmmm server's equivalent marker (note the spaces between markers and "=").
    120 Service ready in nnn minutes.
    125 Data connection already open; transfer starting.
    150 File status okay; about to open data connection.
    200 Command okay.
    202 Command not implemented, superfluous at this site.
    211 System status, or system help reply.
    212 Directory status.
    213 File status.
    214 Help message. On how to use the server or the meaning of a particular non-standard command. This reply is useful only to the human user.
    215 NAME system type. Where NAME is an official system name from the list in the Assigned Numbers document.
    220 Service ready for new user.
    221 Service closing control connection. Logged out if appropriate.
    225 Data connection open; no transfer in progress.
    226 Closing data connection. Requested file action successful (for example, file transfer or file abort).
    227 Entering Passive Mode (h1,h2,h3,h4,p1,p2).
    230 User logged in, proceed.
    250 Requested file action okay, completed.
    257 "PATHNAME" created.
    331 User name okay, need password.
    332 Need account for login.
    350 Requested file action pending further information.
    421 Too many users logged to the same account
    425 Can't open data connection.
    426 Connection closed; transfer aborted.
    450 Requested file action not taken. File unavailable (e.g., file busy).
    451 Requested action aborted: local error in processing.
    452 Requested action not taken. Insufficient storage space in system.
    500 Syntax error, command unrecognized. This may include errors such as command line too long.
    501 Syntax error in parameters or arguments.
    502 Command not implemented.
    503 Bad sequence of commands.
    504 Command not implemented for that parameter.
    530 Not logged in.
    532 Need account for storing files.
    550 Requested action not taken. File unavailable (e.g., file not found, no access).
    551 Requested action aborted: page type unknown.
    552 Requested file action aborted. Exceeded storage allocation (for current directory or dataset).
    553 Requested action not taken. File name not allowed.
     
  2. 4nub1s

    4nub1s Senior Member

    Posts:
    3,476
    Likes Received:
    0
    Joined:
    Feb 24, 2005
    Location:
    Beyond Reality
    Interesting bit of info friend. Will keep these in mind if I ever run into these things. Thanks mang.
     
  3. KrazyNick

    KrazyNick Well-Known Member

    Posts:
    3,248
    Likes Received:
    0
    Joined:
    Apr 8, 2005
    yeah thanx ill know this in the future
     
  4. omn1a

    omn1a Well-Known Member

    Age:
    35
    Posts:
    993
    Likes Received:
    0
    Joined:
    May 22, 2005
    ye dude sweet

    good job :D
     
  5. Andrew

    Andrew Well-Known Member

    Age:
    35
    Posts:
    7,616
    Likes Received:
    0
    Joined:
    Mar 10, 2005
    Location:
    California; Texan lost in Cali
    Your welcome guys/Jill...I know it helped me=P

    BFTP
     
  6. Fate

    Fate Well-Known Member

    Age:
    29
    Posts:
    5,655
    Likes Received:
    0
    Joined:
    Dec 29, 2004
    Location:
    Manchester, UK
    I didnt know a few of those, cheers.
     

Share This Page