An NDoc Documented Class Library

ExFTPConnection.DownloadFile Method (String, String, TransferParameters)

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

public void DownloadFile(
   string localPath,
   string remoteFile,
   TransferParameters transferParams
);

Parameters

localPath
Local file to put data in.
remoteFile
Name of remote file in current working directory.
transferParams
Additional transfer parameters

Remarks

Transfers in the current TransferType.

See Also

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