| Class | Description |
|---|---|
| DirItem | Holds information about the directory item. |
| DirItemsCollection | Collection of all items returned by DirItems property |
| FtpConnectedArgs | Holds arguments for ConnectedEvent and DisconnectedEvent |
| FtpDLX | Implements client side operation for FTP, SFTP (FTP over SSH) and FTPS (FTP over SSL) protocols. |
| FtpDoneArgs | Holds arguments for DoneEvent |
| FtpListItemsArgs | Holds arguments for ListItemEvent |
| FtpLoopArgs | Holds arguments for LoopItemEvent and LoopErrorEvent |
| FtpProgressArgs | Holds arguments for ProgressEvent |
| FtpReplyArgs | Holds arguments for FtpReplyEvent |
| FtpStateChangedArgs | Holds arguments for StateChangedEvent |
| HostCertificateArgs | Holds arguments for HostCertificate event. |
| HostFingerPrintArgs | Holds arguments for HostFingerPrint event. |
| LoginChallengeArgs | Holds arguments for LoginChallenge event. |
| Enumeration | Description |
|---|---|
| Authentications | These are all methods of authentication supported by wodFtpDLX.NET |
| DirFormats | These constants determine expected file listing type on the server. |
| DirItemTypes | These constants define type of the item accessible through DirItems property. |
| EncryptionMethods | These constants define possible encryption algorithms that can be used in SFTP and FTPS protocols. |
| IntegrityCheckTypes | These constants determine algorithm that is used to perform file integrity check for local and remote files. |
| Protocols | These constants define possible protocols that can be used in wodFtpDLX.NET. |
| States | List of all possible states that can occur in wodFtpDLX.NET during a session. |
| TransferModes | These constants determine if wodFtpDLX.NET will perform Binary or AscII file transfer, as known in FTP protocol. |
| Delegate | Description |
|---|---|
| FtpDLX.AttributesDelegate | Fires when wodFtpDLX.NET retrieves file or directory attributes. |
| FtpDLX.ConnectedDelegate | Fires when wodFtpDLX.NET connects to remote server. |
| FtpDLX.DisconnectedDelegate | Fires when wodFtpDLX.NET disconnects from server. |
| FtpDLX.DoneDelegate | Fires when wodFtpDLX.NET finishes some method. |
| FtpDLX.FtpReplyDelegate | Fires when wodFtpDLX.NET provides information about executed command and returned reply. |
| FtpDLX.HostCertificateDelegate | Fires when remote FTPS server provides his certificate. |
| FtpDLX.HostFingerPrintDelegate | Fires when remote SFTP server provides hostkey fingerprint. |
| FtpDLX.ListItemsDelegate | Fires when server returns information about file or directory. |
| FtpDLX.LoginChallengeDelegate | Fires when the server requests the response to a login challenge. |
| FtpDLX.LoopDelegate | Fires for recursive operations with LoopItemEvent and LoopErrorEvent events. |
| FtpDLX.PreTranslateCommandDelegate | Fires before command is sent to FTP server. |
| FtpDLX.PreTranslateReplyDelegate | Fires before wodFtpDLX.NET evaluates received reply from the server. |
| FtpDLX.ProgressDelegate | Fires during file sending or receiving. |
| FtpDLX.StateChangedDelegate | Fires when wodFtpDLX.NET changes its state. |
© WeOnlyDo Software. All Rights Reserved.