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

FTPConnectionDownloadFile(String, String) 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
)

Parameters

localPath  String
Local file to put data in.
remoteFile  String
Name of remote file in current working directory.

Remarks

Transfers in the current TransferType.

See Also