Internet Direct (Indy)
Home
PreviousUpNext
TIdFTP.KillDataChannel Method

Closes the data channel for the FTP client session during Abort.

Pascal
procedure KillDataChannel; virtual;

KillDataChannel is a procedure used to close the data channel for the FTP client session. When the DataChannel has been assigned for the FTP client, the Disconnect method for the socket is called. 

KillDataChannel is used in the Abort method to ensure that an active data channel connection is closed following transmission of the FTP ABOR command.

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.