State of the Scp object.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration ScpState |
| C# |
|---|
public enum ScpState |
Members
| Member name | Description | |
|---|---|---|
| Disconnected | Client is not connected. | |
| Connecting | Connecting to server. | |
| Connected | Server is ready and awaiting commands. | |
| Ready | Sending command to the server. | |
| Disposed | Object is disposed and must not be used. |