List of all possible states that can occur in wodFtpDLX.NET during a session.
| 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.
Namespace: WeOnlyDo.Client
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: WeOnlyDo.Client.FTP (in WeOnlyDo.Client.FTP.dll)
© WeOnlyDo Software. All Rights Reserved.