edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPConnectionDownloadFile(String, String, WriteMode) Method

Download a file from the FTP server and save it locally.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual void DownloadFile(
	string localPath,
	string remoteFile,
	WriteMode writeMode
)

Parameters

localPath  String
Local file to put data in.
remoteFile  String
Name of remote file in current working directory.
writeMode  WriteMode
Overwrite, Append or Resume.

Remarks

Transfers in the current TransferType.

See Also