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?
Events
AttributesEvent | Fires when wodFtpDLX retrieves file or directory attributes. |
ConnectedEvent | Fires when wodFtpDLX.NET connects to remote server. |
DisconnectedEvent | Fires when wodFtpDLX.NET disconnects from server. |
DoneEvent | Fires when wodFtpDLX.NET finishes some method. |
FtpReplyEvent | Fires when wodFtpDLX.NET provides information about executed command and returned reply. |
HostCertificateEvent | Fires when remote FTPS server provides his certificate. |
HostFingerPrintEvent | Fires when remote SFTP server provides hostkey fingerprint. |
ListItemsEvent | Fires when server returns information about file or directory. |
LoginChallengeEvent | Fires when the server requests the response to a login challenge. |
LoopErrorEvent | Fires after wodFtpDLX.NET performs operation on item and error occurs. |
LoopItemEvent | Fires before wodFtpDLX.NET performs operation on file from the GetFiles/PutFiles/DeleteFiles/LoopFiles sequence. |
PreTranslateCommandEvent | Fires before command is sent to FTP server. |
PreTranslateReplyEvent | Fires before wodFtpDLX.NET evaluates received reply from the server. |
ProgressEvent | Fires during file sending or receiving. |
StateChangedEvent | Fires when wodFtpDLX.NET changes its state. |