Back to product page

StatesEnum enumeration


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

Remarks



Members:
Constant Value Description
Disconnected0 Disconnected from server.
Connecting 1 Connecting to server.
Encrypting2 Initializing secure connection.
LogonInProgress 3 Sending authentication data.
Connected4 Connected to server - idle.
GettingDataChannel 5 Getting data channel.
ConnectingDataChannel6 Connecting data channel.
ChangingDirectory 7 Changing current directory.
CheckRemoteSize8 Checking remote file size.
SettingRestPosition 9 Checking remote file size.
MakingDirectory10 Creating directory on the server.
RemovingFile 11 Creating directory on the server.
RenamingFile12 Renaming file on the server.
SettingTransferMode 13 Setting transfer mode.
ListingDirectory14 Downloading directory list from the server.
Receiving15 Receiving data from server.
Sending16 Sending data to server.
Executing 17 Executing command on server.
ProxyConnecting18 Trying to establish connection on proxy server.
Disconnecting 19 Disconnecting from the server.
SettingDataChannel20 Setting data channel security.
ClearingCommandChannel 21 Setting data channel security.
SettingCompression22 Setting data channel security.
CalculatingRemoteCRC 23 Calculating remote CRC.
CheckRemoteDir24 Checking if directory exists
GettingAttributes 25 Checking file or folder attributes.
SettingAttributes26 Setting file or folder attributes.

Platforms

Windows