An NDoc Documented Class Library

HttpClient.Get Method (String)

Get data from the FTP server.

public 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

HttpClient Class | EnterpriseDT.Net.Ftp.Http Namespace | HttpClient.Get Overload List