An NDoc Documented Class Library

FTPClient.Get Method (String, String)

Get data from the FTP server using the currently set transfer mode.

public virtual void Get(
   string localPath,
   string remoteFile
);

Parameters

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

Implements

IFileTransferClient.Get

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace | FTPClient.Get Overload List