Make the next download resume at a specific point.

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

Syntax

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

Parameters

offset
Type: System..::..Int64

Implements

IFileTransferClient..::..ResumeDownload(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).

See Also