Back to product page

StatesEnum enumeration


If you wish to initiate any method (ListDir, PutFile, GetFile....) you should ONLY do it when the State property is set to Connected.

Remarks

Possible values for StatesEnum:

Constant Value Description
Disconnected 0 Disconnected from server.
Connecting 1 Connecting to server.
LogonInProgress 2 Sending authentication data.
Connected 3 Connected to server - idle.
Receiving 4 Receiving data from server.
Sending 5 Sending data to server.
Executing 6 Executing command on server.

Platforms

Windows