An NDoc Documented Class Library

ExFTPConnection.CancelTransfer Method 

Cancels the current transfer.

public override void CancelTransfer();

Remarks

This method is generally called from a separate thread. Note that this may leave partially written files on the server or on local disk, and should not be used unless absolutely necessary. The server is not notified.

Any asynchronous transfers currently queued cancelled also.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace