An NDoc Documented Class Library

FTPConnection.DownloadFile Method 

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

public virtual 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

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace