SFTP.States Enumeration

List of all possible states that can occur in wodSFTP.NET during a session.

[Visual Basic]
Public Enum SFTP.States
[C#]
public enum SFTP.States

Members

Member NameDescription
Connecting Connecting to the server.
Idle Connected to the server - idle.
ReceivingFile Receiving file from the server.
SendingFile Sending file to the server.
Executing Executing command on the server.
Disconnected Disconnected from the server.

Requirements

Namespace: WeOnlyDo.Client Namespace

Assembly: WeOnlyDo.Client.SFTP.dll

See Also

WeOnlyDo.Client Namespace