| FtpDownload Method (String, String) |
Downloads the remote file to the local file.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public void Download(
string remotePath,
string localPath
)
Public Sub Download (
remotePath As String,
localPath As String
)
public:
void Download(
String^ remotePath,
String^ localPath
)
member Download :
remotePath : string *
localPath : string -> unit
Parameters
- remotePath
- Type: SystemString
The path of the remote file. - localPath
- Type: SystemString
The path of the local file.
See Also