FtpState Enum
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
State of the Ftp object.
Syntax
public enum FtpState
Fields
Name | Description |
---|---|
Connecting | Connecting to server. |
Disconnected | Client is not connected. |
Disposed | Object is disposed and must not be used. |
Processing | Received response is being processed. |
Reading | Waiting for response or receiving response. |
Ready | Server is ready and awaiting commands. |
Sending | Sending command to the server. |