 | FtpDownloadFiles(String, String, RemoteSearchOptions) 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 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 String
- Remote folder to download from.
- localFolderPath String
- Local folder to download to.
- options RemoteSearchOptions
- Options for remote search (e.g.: recursive, search pattern).
See Also