| FtpDownloadFiles Method (String, String) |
Downloads remote files to local location.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public 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
- Type: SystemString
Remote folder to download from. - localFolderPath
- Type: SystemString
Local folder to download to.
See Also