Click or drag to resize

FtpDownload(String) Method

Downloads the remote file.

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

Parameters

remotePath  String
The path of the remote file.

Return Value

Byte
Downloaded data.
See Also