ScpState Enum
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
State of the Scp object.
Syntax
public enum ScpState
Fields
Name | Description |
---|---|
Connected | Server is ready and awaiting commands. |
Connecting | Connecting to server. |
Disconnected | Client is not connected. |
Disposed | Object is disposed and must not be used. |
Ready | Sending command to the server. |