Skip to content

enum SF::Ftp::Response::Status #

Status codes possibly returned by a FTP response

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

ServiceUnavailable = 421#

Service not available, closing control connection

DataConnectionUnavailable = 425#

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

FileUnavailable = 550#

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

Methods#

#bad_command_sequence?#

View source

#closing_connection?#

View source

#closing_data_connection?#

View source

#command_not_implemented?#

View source

#command_unknown?#

View source

#connection_closed?#

View source

#connection_failed?#

View source

#data_connection_already_opened?#

View source

#data_connection_opened?#

View source

#data_connection_unavailable?#

View source

#directory_ok?#

View source

#directory_status?#

View source

#entering_passive_mode?#

View source

#file_action_aborted?#

View source

#file_action_ok?#

View source

#file_status?#

View source

#file_unavailable?#

View source

#filename_not_allowed?#

View source

#help_message?#

View source

#insufficient_storage_space?#

View source

#invalid_file?#

View source

#invalid_response?#

View source

#local_error?#

View source

#logged_in?#

View source

#need_account_to_log_in?#

View source

#need_account_to_store?#

View source

#need_information?#

View source

#need_password?#

View source

#not_enough_memory?#

View source

#not_logged_in?#

View source

#opening_data_connection?#

View source

#page_type_unknown?#

View source

#parameter_not_implemented?#

View source

#parameters_unknown?#

View source

#pointless_command?#

View source

#restart_marker_reply?#

View source

#service_ready?#

View source

#service_ready_soon?#

View source

#service_unavailable?#

View source

#system_status?#

View source

#system_type?#

View source

#transfer_aborted?#

View source