Click or drag to resize

FtpDownloadFiles Method (String)

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

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

Parameters

localFolderPath
Type: SystemString
Local folder to download to.
See Also