Click or drag to resize

FtpDownloadFiles Method (String, RemoteSearchOptions)

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

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

Parameters

localFolderPath
Type: SystemString
Local folder to download to.
options
Type: Limilabs.FTP.ClientRemoteSearchOptions
Options for remote search (e.g.: recursive, search pattern).
See Also