| FtpDownloadFiles Method (String) |
Downloads remote files from the current server folder to the local location.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public void DownloadFiles(
string localFolderPath
)
Public Sub DownloadFiles (
localFolderPath As String
)
public:
void DownloadFiles(
String^ localFolderPath
)
member DownloadFiles :
localFolderPath : string -> unit
Parameters
- localFolderPath
- Type: SystemString
Local folder to download to.
See Also