Click or drag to resize

FtpDownloadFiles Method (String, ListRemoteSearchItem)

Downloads remote files to the local location.

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

Parameters

localFolderPath
Type: SystemString
Local folder to download to.
remote
Type: System.Collections.GenericListRemoteSearchItem
Remote search items returned by a call to Search(RemoteSearchOptions) or Search(String, RemoteSearchOptions).
See Also