Skip to main content

FtpStatusCode Enum

NuGet: GHIElectronics.TinyCLR.Networking.Ftp
Assembly: GHIElectronics.TinyCLR.Networking.Ftp
Namespace: System.Net

Specifies the status codes returned for a File Transfer Protocol (FTP) operation.

public enum FtpStatusCode

Fields

NameValueDescription
Undefined0Included for completeness; this value is never returned by servers.
OpeningData150Specifies that the server is opening the data connection.
CommandOK200Specifies that the command completed successfully.
FileStatus213Specifies the status of a file.
ClosingData226Specifies that the server is closing the data connection and the requested file action was successful.
EnteringPassive227Specifies that the server is entering passive mode.
FileActionOK250Specifies that the requested file action completed successfully.
PathnameCreated257Specifies that the requested path name was created.
SendPasswordCommand331Specifies that the server expects a password to be supplied.
NeedLoginAccount332Specifies that the server requires a login account to be supplied.
FileCommandPending350Specifies that the requested file action requires additional information.
ActionAbortedLocalProcessingError451Specifies that an error occurred that prevented the request action from completing.
ArgumentSyntaxError501Specifies that one or more command arguments has a syntax error.
CommandNotImplemented502Specifies that the command is not implemented by the FTP server.
BadCommandSequence503Specifies that the sequence of commands is not in the correct order.
NotLoggedIn530Specifies that login information must be sent to the server.
AccountNeeded532Specifies that a user account on the server is required.
ActionNotTakenFileUnavailable550Specifies that the requested action cannot be performed because the file is not available.
ActionAbortedUnknownPageType551Specifies that the requested action cannot be taken because the specified page type is unknown.
FileActionAborted552Specifies that the requested action cannot be performed.
ActionNotTakenFilenameNotAllowed553Specifies that the requested action cannot be performed on the specified file.