FTPConnectionDownloadFile(String, String) Method
Download a file from the FTP server and save it locally.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual void DownloadFile(
string localPath,
string remoteFile
)
Public Overridable Sub DownloadFile (
localPath As String,
remoteFile As String
)
public:
virtual void DownloadFile(
String^ localPath,
String^ remoteFile
)
abstract DownloadFile :
localPath : string *
remoteFile : string -> unit
override DownloadFile :
localPath : string *
remoteFile : string -> unit
Parameters
- localPath String
- Local file to put data in.
- remoteFile String
- Name of remote file in current working directory.