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

SSHSCPClientResumeDownload Method

Make the next download resume at a specific point.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual 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