edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSHSCPClientCancelTransfer Method

Cancels the current transfer.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void CancelTransfer()

Implements

IFileTransferClientCancelTransfer

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