Back to product page

States Enumeration


All possible states that can occur in wodFtpDLX.NET during a session.

Remarks

Member Description
Disconnected Disconnected from server.
Connecting Connecting to server.
Encrypting Initializing secure connection.
LogonInProgress Sending authentication data.
Connected Connected to server - idle.
GettingDataChannel Getting data channel.
ConnectingDataChannel Connecting data channel.
ChangingDirectory Changing current directory.
CheckRemoteSize Checking remote file size.
SettingRestPosition Setting restart position.
MakingDirectory Creating directory on the server.
RemovingDirectory Removing directory on the server.
RemovingFile Removing file on the server.
RenamingFile Renaming file on the server.
SettingTransferMode Setting transfer mode.
ListingDirectory Downloading directory list from the server.
Receiving Receiving data from server.
Sending Sending data to server.
Executing Executing command on server.
ProxyConnecting Trying to establish connection through proxy server.
Disconnecting Disconnecting from the server.
SettingDataChannel Setting data channel security.
ClearingCommandChannel Clearing command channel security.


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

Platforms

Windows