edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Make the next download resume at a specific point.

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

Syntax

C#
public virtual void ResumeNextDownload(
	long offset
)
Visual Basic
Public Overridable Sub ResumeNextDownload ( _
	offset As Long _
)
Visual C++
public:
virtual void ResumeNextDownload(
	long long offset
)

Parameters

offset
Type: System..::..Int64

Remarks

This resume method allows the resume offset to be set explicitly for downloads. Offset bytes are skipped before downloading the file.

Currently resume is only supported for BINARY transfers (which is generally what it is most useful for).

If the next transfer is an upload, this setting is cancelled.

See Also