 | FtpDownload(String, String) Method |
Downloads the remote file to the local file.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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 String
- The path of the remote file.
- localPath String
- The path of the local file.
See Also