Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdFTP.KillDataChannel
TIdFTP
,
See Also
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.