Back to product page

StatesEnum Enumeration


If you wish to call any function (ListDir, PutFile, GetFile....) you should ONLY do it when the State function returns a 'Connected' state.

Remarks

Members:

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