Make the next file transfer (put or get) resume.
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public virtual void Resume() |
| Visual Basic |
|---|
Public Overridable Sub Resume |
| Visual C++ |
|---|
public: virtual void Resume() |
Implements
IFileTransferClient..::..Resume()()()()
Remarks
For puts, the bytes already transferred are skipped over, while for gets, if writing to a file, it is opened in append mode, and only the bytes required are transferred.
Currently resume is only supported for BINARY transfers (which is generally what it is most useful for).