Difference between revisions of "TFtpClient.AbortXfer"

From Overbyte
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 02:22, 11 September 2006

Main page -> ICS component reference -> TFtpClient -> AbortXfer

Definition

function AbortXfer: Boolean;

Description

Aborts the current file transfer and keeps the connection to the server open. This function pauses the application while it completes its task. OnRequestDone is called when the function has completed the the cancellation or the operation has failed.

Example

Best Practices

How To