 | FtpDownloadFiles(String, ListRemoteSearchItem) Method |
Downloads remote files to the local location.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic void DownloadFiles(
string localFolderPath,
List<RemoteSearchItem> remote
)
Public Sub DownloadFiles (
localFolderPath As String,
remote As List(Of RemoteSearchItem)
)
public:
void DownloadFiles(
String^ localFolderPath,
List<RemoteSearchItem^>^ remote
)
member DownloadFiles :
localFolderPath : string *
remote : List<RemoteSearchItem> -> unit 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