Cancels the current transfer.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public virtual void CancelTransfer() |
| Visual Basic |
|---|
Public Overridable Sub CancelTransfer |
| Visual C++ |
|---|
public: virtual 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.