procedure Abort;
Description
Call Abort to interrupt the current FTP data channel. Abort sends the FTP 'ABOR' command to the server to halt the current operation, and after that closes the data channel.
Data channel is used when uploading and downloading files, as well as when obtaining a list of files.
The response code received during execution of this command request is contained in the ReplyCode property.
See Also