Tuesday, December 7, 2010

FTP ERROR CODES UPDATED (2)

·         331----- User name okay, need password.
·         332----- Need account for login.
·         350----- Requested file action pending further information
·         421----- Service not available, closing control connection. This may be a reply to any command if the 
                   service knows it must shut down.
·         425----- Can't open data connection.
·         426----- Connection closed; transfer aborted.
·         450----- Requested file action not taken.
·         451----- Requested actions aborted. Local error in processing.
·         452----- Requested actions not taken. Insufficient storage space in system. File unavailable (e.g., file busy).
·         500----- Syntax error, command unrecognized. This may include errors such as command line too long.
·         501----- Syntax errors 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 actions not taken. File unavailable (e.g., file not found, no access).
·         551----- Requested actions aborted. Page type unknown.
·         552----- Requested file action aborted. Exceeded storage allocation (for current directory or dataset).

No comments:

Post a Comment