Click or drag to resize

FtpDownload(String, Int64) Method

Downloads the remote file starting from the specified position. You can check the value of SupportsRestStream of Extensions property to check if this method is supported by the remote server.

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public byte[] Download(
	string remotePath,
	long remoteStartPosition
)

Parameters

remotePath  String
The path of the remote file.
remoteStartPosition  Int64
The starting offset of the remote file.

Return Value

Byte
Downloaded data.
See Also