Cancels the current transfer.

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public void CancelTransfer()
Visual Basic
Public Sub CancelTransfer
Visual C++
public:
virtual void CancelTransfer() sealed

Implements

IFileTransferClient..::..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.

See Also