TFtpClient

From Overbyte
Revision as of 14:11, 2 March 2006 by Sysop (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Main page -> ICS components reference -> TFtpClient

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?



ICS Components Reference