TFtpClient
Jump to navigation
Jump to search
Main page -> ICS components reference -> TFtpClient
Contents
Overview
- unit FtpCli.pas
- inheritance TFtpClient - TComponent
TFtpClient component is implementing the client side FTP protocol described in RFC 959. FTP protocol is the standard protocol for transfering files.
Properties
Handle | Handle for underlaying hidden window. |
Methods
Abort | Abort the current operation. |
Events
OnRequestDone | Triggered when a request is completed. |
How to
How to implement a timeout for TFtpCli in my application?