Click or drag to resize

FtpDownloadFiles(String, ListRemoteSearchItem) Method

Downloads remote files to the local location.

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public void DownloadFiles(
	string localFolderPath,
	List<RemoteSearchItem> remote
)

Parameters

localFolderPath  String
Local folder to download to.
remote  ListRemoteSearchItem
Remote search items returned by a call to Search(RemoteSearchOptions) or Search(String, RemoteSearchOptions).
See Also