edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Make the next file transfer (upload or download) resume.

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

Syntax

C#
[ObsoleteAttribute("Use ResumeNextTransfer")]
public override void ResumeTransfer()
Visual Basic
<ObsoleteAttribute("Use ResumeNextTransfer")> _
Public Overrides Sub ResumeTransfer
Visual C++
[ObsoleteAttribute(L"Use ResumeNextTransfer")]
public:
virtual void ResumeTransfer() override

Remarks

For uploads, the bytes already transferred are skipped over, while for downloads, 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).

See Also