edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPClientResumeDownload Method

Make the next download resume at a specific point.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void ResumeDownload(
	long offset
)

Parameters

offset  Int64
 

Implements

IFileTransferClientResumeDownload(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