State of the Ftp object.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration FtpState |
| C# |
|---|
public enum FtpState |
Members
| Member name | Description | |
|---|---|---|
| Disconnected | Client is not connected. | |
| Connecting | Connecting to server. | |
| Ready | Server is ready and awaiting commands. | |
| Sending | Sending command to the server. | |
| Reading | Waiting for response or receiving response. | |
| Processing | Received response is being processed. | |
| Disposed | Object is disposed and must not be used. |