| FtpDownloadFiles Method (String, String, RemoteSearchOptions) |
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 remoteFolderPath,
string localFolderPath,
RemoteSearchOptions options
)
Public Sub DownloadFiles (
remoteFolderPath As String,
localFolderPath As String,
options As RemoteSearchOptions
)
public:
void DownloadFiles(
String^ remoteFolderPath,
String^ localFolderPath,
RemoteSearchOptions^ options
)
member DownloadFiles :
remoteFolderPath : string *
localFolderPath : string *
options : RemoteSearchOptions -> unit
Parameters
- remoteFolderPath
- Type: SystemString
Remote folder to download from. - localFolderPath
- Type: SystemString
Local folder to download to. - options
- Type: Limilabs.FTP.ClientRemoteSearchOptions
Options for remote search (e.g.: recursive, search pattern).
See Also