 | FtpDownloadFiles(String, String) Method |
Downloads remote files to local location.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic void DownloadFiles(
string remoteFolderPath,
string localFolderPath
)
Public Sub DownloadFiles (
remoteFolderPath As String,
localFolderPath As String
)
public:
void DownloadFiles(
String^ remoteFolderPath,
String^ localFolderPath
)
member DownloadFiles :
remoteFolderPath : string *
localFolderPath : string -> unit Parameters
- remoteFolderPath String
- Remote folder to download from.
- localFolderPath String
- Local folder to download to.
See Also