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