Internet Direct (Indy)
Home
PreviousUpNext
TIdFTP.Abort Method

Stops an FTP service operation.

Pascal
procedure Abort; virtual;

Abort is a procedure that instructs the FTP server to interrupt the current FTP service request, and any associated transfer of data. 

Abort sends the FTP ABOR command to the server to halt the current operation. 

Abort forces the socket allocated to the data channel for the FTP session to be disconnected by calling KillDataChannel. Abort does not change the state in Connected for the control channel used in the FTP client.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.