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