HttpClientGet(String, String) Method
Get data from the HTTP server.
Namespace: EnterpriseDT.Net.Ftp.HttpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual void Get(
string localPath,
string remoteFile
)
Public Overridable Sub Get (
localPath As String,
remoteFile As String
)
public:
virtual void Get(
String^ localPath,
String^ remoteFile
)
abstract Get :
localPath : string *
remoteFile : string -> unit
override Get :
localPath : string *
remoteFile : string -> unit
- localPath String
- Local file to put data in.
- remoteFile String
- Name of remote file in current directory.
IFileTransferClientGet(String, String)