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...
Methods
Attributes | Called when wodFtpDLX retrieves file or directory attributes. |
Attributes64 | Called when wodFtpDLX retrieves file or directory attributes. |
Banner | Called when remote server provides banner text. |
ClientCertRequired | Called when server requires client certificate. |
Connected | Called when wodFtpDLX connects to remote server. |
CryptoInformation | Called with details on selected encryption protocols. |
Disconnected | Called when wodFtpDLX disconnects from server. |
Done | Called when wodFtpDLX finishes some method. |
FileTransferData | Called during file transfer, allowing you to alter file contents. |
FTPReply | Called when wodFtpDLX provides information about executed command and returned reply. |
HostCertificate | Called when remote server provides its certificate. |
HostFingerprint | Called when remote server provides public key fingerprint information. |
ListItems | Called when server returns information about file or directory. |
LoginChallenge | Called when the server requests the response to a login challenge. |
LoopError | Called after wodFtpDLX performs operation on item and error occurs. |
LoopItem | Called before wodFtpDLX performs operation on file from the GetFiles/PutFiles/DeleteFiles/LoopFiles sequence. |
PreTranslateCommand | Called before the command is sent to FTP server. |
PreTranslateReply | Called before wodFtpDLX evaluates received reply from the server. |
Progress | Called during file sending or receiving. |
Progress64 | Called during file sending or receiving. |
SiteReply | Called with result of SITE command. |
StateChange | Called when wodFtpDLX changes its state. |