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
Abort | Aborts current method. |
About | Displays about box. |
AppendData | Displays about box. |
AppendFile | Appends to file on the server. |
AppendFileFrom | Appends to file on the server, starting from specified local position. |
CheckDir | Checks if remote dir exists. |
ClearCommandChannel | Switches to insecure command channel in FTPS protocol. |
Connect | Connects to remote server. |
DeleteFile | Deletes file on the server. |
DeleteFiles | Delete multiple files in a sequence, recursive. |
Disconnect | Disconnects from remote server. |
GetAttributes | Retrieves file or folder attributes. |
GetData | Retrieves contents of remote file to string variable. |
GetDate | Retrieves file or folder date. |
GetFile | Retrieves file or folder date. |
GetFileAt | Receives a file from the server, starting at given position. |
GetFileAt64 | Receives a file from the server, starting at given position. |
GetFiles | Downloads multiple files in a sequence, recursive. |
GetSize | Retrieves file or folder size. |
ListDir | Lists contents of a directory on the server. |
ListNames | Lists names in the directory on the server. |
LocalCRC | Calculates integrity check of local file. |
LoopFiles | Loops through multiple files in a sequence, recursive, giving their names. |
MakeDir | Creates directory on the server. |
PutData | Stores data from string variable to remote file. |
PutFile | Sends file to the server. |
PutFileAt | Sends a file to the server, appending it at given position. |
PutFileAt64 | Sends a file to the server, appending it at given position. |
PutFiles | Uploads multiple files in a sequence, recursive. |
RawReceived | Puts raw data to incoming queue as it was received from the server. |
RawSend | Sends raw data to the server. |
Refresh | Refresh wodFtpDLX window. |
RemoteCRC | Requests integrity check of remote file. |
RemoveDir | Removes directory from the server. |
Rename | Renames file or directory on the server. |
SetAttributes | Sets attributes for a file or folder. |
SetAttributes64 | Sets attributes for a file or folder |
Site | Executes SITE command on the server. |