SSHSCPClientCancelTransfer Method
Cancels the current transfer.
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void CancelTransfer()
Public Sub CancelTransfer
public:
virtual void CancelTransfer() sealed
abstract CancelTransfer : unit -> unit
override CancelTransfer : unit -> unit
Implements
IFileTransferClientCancelTransfer 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.