An NDoc Documented Class Library

ExFTPConnection.DownloadFile Method (String, String)

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

public override void DownloadFile(
   string localPath,
   string remoteFile
);

Parameters

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

Remarks

Transfers in the current TransferType.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace | ExFTPConnection.DownloadFile Overload List