Back to product page
- Introduction
- License agreement
- Getting Started
- Objects
- Enumerations
- wodFtpDLX
- Methods
- Abort
- About
- AppendData
- AppendFile
- AppendFileFrom
- CheckDir
- ClearCommandChannel
- Connect
- DeleteFile
- DeleteFiles
- Disconnect
- GetAttributes
- GetData
- GetDate
- GetFile
- GetFileAt
- GetFileAt64
- GetFiles
- GetSize
- ListDir
- ListNames
- LocalCRC
- LoopFiles
- MakeDir
- PutData
- PutFile
- PutFileAt
- PutFileAt64
- PutFiles
- RawReceived
- RawSend
- Refresh
- RemoteCRC
- RemoveDir
- Rename
- SetAttributes
- SetAttributes64
- Site
- Properties
- Account
- Arrange
- AscIITranslation
- Authentication
- BackColor
- Blocking
- BorderVisible
- BufferSize
- Certificate
- ClientName
- ColumnCount
- ColumnHeader
- Columns
- ColumnWidth
- Compression
- ContextMenu
- DirFormat
- DirItems
- Enabled
- Encryption
- EncryptionList
- ErrorText
- FIPS
- ForeColor
- HMacList
- Hostname
- IconView
- ItemSkip
- KeepAlive
- LastError
- ListItem
- ListParams
- LocalCertBag
- LocalPath
- Login
- MaxDataPort
- MaxTransferRate
- MinDataPort
- MyHostname
- MyIP
- Notification
- Passive
- Password
- PasvPort
- Port
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemotePath
- Resume
- SecureMethod
- ShellIcons
- SmartGet
- SmartPut
- SortItems
- SSLCipherList
- State
- StateText
- StrictHost
- TabStop
- Tag
- Timeout
- Timezone
- TransferMode
- TransferRate
- TransferTime
- UseIPv6
- UTF8Encoding
- Version
- Events
- ActionCopy
- ActionDelete
- ActionDownload
- ActionMakeDir
- ActionNewFile
- ActionPaste
- ActionProperties
- ActionRename
- ActionSelect
- AfterViewChange
- Attributes
- Attributes64
- Banner
- BeforeViewChange
- Click
- ClientCertRequired
- Connected
- CryptoInformation
- DblClick
- Disconnected
- Done
- FileTransferData
- Focus
- FTPReply
- HostCertificate
- HostFingerprint
- KeyPress
- ListItems
- LoginChallenge
- LoopError
- LoopItem
- MenuClick
- PreTranslateCommand
- PreTranslateReply
- Progress
- Progress64
- ShowContextMenu
- SiteReply
- StateChange
- Methods
- IwodFtpNotify
- DirItem
- DirItems
- How to get support?
- Technical information
- Fast notifications interface
- Error list
- How to...
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 |
---|---|---|
Disconnected | 0 | Disconnected from server. |
Connecting | 1 | Connecting to server. |
Encrypting | 2 | Initializing secure connection. |
LogonInProgress | 3 | Sending authentication data. |
Connected | 4 | Connected to server - idle. |
GettingDataChannel | 5 | Getting data channel. |
ConnectingDataChannel | 6 | Connecting data channel. |
ChangingDirectory | 7 | Changing current directory. |
CheckRemoteSize | 8 | Checking remote file size. |
SettingRestPosition | 9 | Checking remote file size. |
MakingDirectory | 10 | Creating directory on the server. |
RemovingFile | 11 | Creating directory on the server. |
RenamingFile | 12 | Renaming file on the server. |
SettingTransferMode | 13 | Setting transfer mode. |
ListingDirectory | 14 | Downloading directory list from the server. |
Receiving | 15 | Receiving data from server. |
Sending | 16 | Sending data to server. |
Executing | 17 | Executing command on server. |
ProxyConnecting | 18 | Trying to establish connection on proxy server. |
Disconnecting | 19 | Disconnecting from the server. |
SettingDataChannel | 20 | Setting data channel security. |
ClearingCommandChannel | 21 | Setting data channel security. |
SettingCompression | 22 | Setting data channel security. |
CalculatingRemoteCRC | 23 | Calculating remote CRC. |
CheckRemoteDir | 24 | Checking if directory exists |
GettingAttributes | 25 | Checking file or folder attributes. |
SettingAttributes | 26 | Setting file or folder attributes. |