Get data from the HTTP server.
Namespace: EnterpriseDT.Net.Ftp.HttpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public virtual void Get( string localPath, string remoteFile ) |
| Visual Basic |
|---|
Public Overridable Sub Get ( _ localPath As String, _ remoteFile As String _ ) |
| Visual C++ |
|---|
public: virtual void Get( String^ localPath, String^ remoteFile ) |
Parameters
- localPath
- Type: System..::..String
Local file to put data in.
- remoteFile
- Type: System..::..String
Name of remote file in current directory.