Internet Direct (Indy) Version 9.0.1 Beta
TIdFTP.KillDataChannel
Closes the FTP data channel.

procedure KillDataChannel; virtual;
Description
KillDataChannel is a procedure used to force the FTP data channel to be closed. Files are sent or received using the data channel. KillDataChannel closes the socket handle used for the connection.

KillDataChannel is used by the Abort method.