enum SF::Ftp::Response::Status
Overview
Status codes possibly returned by a FTP response
Defined in:
network/obj.crEnum Members
-
RestartMarkerReply =
110
-
Restart marker reply
-
ServiceReadySoon =
120
-
Service ready in N minutes
-
DataConnectionAlreadyOpened =
125
-
Data connection already opened, transfer starting
-
OpeningDataConnection =
150
-
File status ok, about to open data connection
-
Ok =
200
-
Command ok
-
PointlessCommand =
202
-
Command not implemented
-
SystemStatus =
211
-
System status, or system help reply
-
DirectoryStatus =
212
-
Directory status
-
FileStatus =
213
-
File status
-
HelpMessage =
214
-
Help message
-
SystemType =
215
-
NAME system type, where NAME is an official system name from the list in the Assigned Numbers document
-
ServiceReady =
220
-
Service ready for new user
-
ClosingConnection =
221
-
Service closing control connection
-
DataConnectionOpened =
225
-
Data connection open, no transfer in progress
-
ClosingDataConnection =
226
-
Closing data connection, requested file action successful
-
EnteringPassiveMode =
227
-
Entering passive mode
-
LoggedIn =
230
-
User logged in, proceed. Logged out if appropriate
-
FileActionOk =
250
-
Requested file action ok
-
DirectoryOk =
257
-
PATHNAME created
-
NeedPassword =
331
-
User name ok, need password
-
NeedAccountToLogIn =
332
-
Need account for login
-
NeedInformation =
350
-
Requested file action pending further information
-
Service not available, closing control connection
-
Can't open data connection
-
TransferAborted =
426
-
Connection closed, transfer aborted
-
FileActionAborted =
450
-
Requested file action not taken
-
LocalError =
451
-
Requested action aborted, local error in processing
-
InsufficientStorageSpace =
452
-
Requested action not taken; insufficient storage space in system, file unavailable
-
CommandUnknown =
500
-
Syntax error, command unrecognized
-
ParametersUnknown =
501
-
Syntax error in parameters or arguments
-
CommandNotImplemented =
502
-
Command not implemented
-
BadCommandSequence =
503
-
Bad sequence of commands
-
ParameterNotImplemented =
504
-
Command not implemented for that parameter
-
NotLoggedIn =
530
-
Not logged in
-
NeedAccountToStore =
532
-
Need account for storing files
-
Requested action not taken, file unavailable
-
PageTypeUnknown =
551
-
Requested action aborted, page type unknown
-
NotEnoughMemory =
552
-
Requested file action aborted, exceeded storage allocation
-
FilenameNotAllowed =
553
-
Requested action not taken, file name not allowed
-
InvalidResponse =
1000
-
Not part of the FTP standard, generated by SFML when a received response cannot be parsed
-
ConnectionFailed =
1001
-
Not part of the FTP standard, generated by SFML when the low-level socket connection with the server fails
-
ConnectionClosed =
1002
-
Not part of the FTP standard, generated by SFML when the low-level socket connection is unexpectedly closed
-
InvalidFile =
1003
-
Not part of the FTP standard, generated by SFML when a local file cannot be read or written
Instance Method Summary
- #bad_command_sequence?
- #closing_connection?
- #closing_data_connection?
- #command_not_implemented?
- #command_unknown?
- #connection_closed?
- #connection_failed?
- #data_connection_already_opened?
- #data_connection_opened?
- #data_connection_unavailable?
- #directory_ok?
- #directory_status?
- #entering_passive_mode?
- #file_action_aborted?
- #file_action_ok?
- #file_status?
- #file_unavailable?
- #filename_not_allowed?
- #help_message?
- #insufficient_storage_space?
- #invalid_file?
- #invalid_response?
- #local_error?
- #logged_in?
- #need_account_to_log_in?
- #need_account_to_store?
- #need_information?
- #need_password?
- #not_enough_memory?
- #not_logged_in?
- #ok?
- #opening_data_connection?
- #page_type_unknown?
- #parameter_not_implemented?
- #parameters_unknown?
- #pointless_command?
- #restart_marker_reply?
- #service_ready?
- #service_ready_soon?
- #service_unavailable?
- #system_status?
- #system_type?
- #transfer_aborted?