Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.FtpDLX
- Properties
- Authentication
- Blocking
- BufferSize
- Certificate
- Compression
- DirFormat
- DirItems
- Encryption
- Hostname
- KeepAlive
- LastError
- ListItem
- ListParams
- LocalPath
- Login
- MaxTransferRate
- Passive
- Password
- Port
- PreserveDates
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- PublicKeyOpenSSH
- PublicKeySSH
- RemotePath
- Resume
- SecureMethod
- SmartGet
- SmartPut
- State
- StrictHost
- Tag
- Timeout
- Timezone
- TransferMode
- TransferRate
- TransferTime
- UseIPv6
- Version
- Methods
- Events
- Properties
- WeOnlyDo.Client.DirItemsCollection
- WeOnlyDo.Client.DirItem
- How to get support?
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.