Click or drag to resize

FtpDownloadFiles(String) Method

Downloads remote files from the current server folder to the local location.

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public void DownloadFiles(
	string localFolderPath
)

Parameters

localFolderPath  String
Local folder to download to.
See Also