An NDoc Documented Class Library

FTPClient.Get Method (String)

Get data from the FTP server.

public virtual byte[] Get(
   string remoteFile
);

Parameters

remoteFile
Name of remote file in current directory.

Implements

IFileTransferClient.Get

Remarks

Transfers in whatever mode we are in. Retrieve as a byte array. Note that we may experience memory limitations as the entire file must be held in memory at one time.

See Also

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