Back to product page

StatesEnum enumeration


This is the list of all possible states for the user that are set during connection lifetime.

Remarks

It it not required that state changes are sequentially ordered - it is possible that, for example, immediately after 'Connected' state User changes its state to 'Downloading'.

Members

Constant Value Description
Disconnected0 Disconnected from server.
Connecting 1 Connecting to server.
Encrypting2 Initializing secure connection.
LogonInProgress 3 Receiving authentication data.
Connected4 Connected - idle.
SettingDataChannel 5 Setting data channel.
ConnectingDataChannel6 Connecting data channel.
Listing 17 Listing directory contents.
Downloading18 Downloading file from the server.
Uploading 19 Uploading file to the server.

Platforms

Windows