PowerTCP FTP for .NET
AbortData Method



Aborts any ongoing file transfer.
Syntax
Public Sub AbortData() 
Dim instance As Ftp
 
instance.AbortData()
public void AbortData()
public:
void AbortData(); 
Remarks
Call this method to gracefully abort any file transfer(s) in progress. If a file is being retrieved, the ABOR command is sent (IP/SYNCH signaling is used for non-SSL connections) and the data connection is immediately closed. If storing a file, the transfer simply exits gracefully. The control connection is not disturbed and will accept additional commands after the data connection is closed (DataIsBusy is false).
See Also

Reference

Ftp Class
Ftp Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic