Rebex FTP for .NET

FtpState Enumeration

State of the Ftp object.

public enum FtpState

Members

Member Name Description
DisconnectedClient is not connected.
ConnectingConnecting to server.
ReadyServer is ready and awaiting commands.
SendingSending command to the server.
ReadingWaiting for response or receiving response.
ProcessingReceived response is being processed.
DisposedObject is disposed and must not be used.

Requirements

Namespace: Rebex.Net

Assembly: Rebex.Net.Ftp (in Rebex.Net.Ftp.dll)

See Also

Rebex.Net Namespace