edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

HttpClientGet(String, String) Method

Get data from the HTTP server.

Definition

Namespace: EnterpriseDT.Net.Ftp.Http
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual void Get(
	string localPath,
	string remoteFile
)

Parameters

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

Implements

IFileTransferClientGet(String, String)

See Also