Click or drag to resize

FtpDownload(String, String) Method

Downloads the remote file to the local file.

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public void Download(
	string remotePath,
	string localPath
)

Parameters

remotePath  String
The path of the remote file.
localPath  String
The path of the local file.
See Also