This is the documentation for the console version of File Gateway. The old version is no longer supported.
Documentation for the new version of File Gateway is located here.
File gateway supports only HTTP proxy servers. Other types of proxy servers are not supported.
To configure the proxy server, go to Settings → Proxy settings (Fig. 1) and set the required parameters. Table 1 describes the fields to be completed, depending on the mode of the proxy server.
Figure 1 – proxy server configuration
Page contents:
Table 1 – Description of the table fields
Field name | Description |
---|---|
Proxy server mode | . Valid values:
|
Address of the proxy server | Used only if the ”/fileGateway/wsl/proxy/@mode” parameter is indicated in in Http or HttpNtlm. |
Proxy server port | Used only if the parameter ”/fileGateway/wsl/proxy/@mode” parameter is indicated in in Http orHttpNtlm. |
User name for the proxy server | User name for the proxy server. Used only if the ”/fileGateway/wsl/proxy/@mode” parameter is indicated in in System or Http. |
User password for the proxy server | User password for the proxy server. Used only if the ”/fileGateway/wsl/proxy/@mode” parameter is indicated in in Systemor Http. |
Для сохранения указанных параметров необходимо нажать кнопку Сохранить (рис. 1,4) и перезапустить службу.
To navigate to the file svc.config you need to paste %LOCALAPPDATA% into the Windows Explorer and press Enter on the keyboard,then go to the installation folder NSD.FileGateway.
The parameter should be indicated in the svc.config configuration file:
<fileGateway> ... <wsl ... > <proxy mode="None" /> </wsl> ... </fileGateway>
The parameter should be indicated in the svc.config configuration file:
<fileGateway> ... <wsl ... > <proxy mode="System" /> </wsl> ... </fileGateway>
If it is necessary to specify username and password for authentication on the proxy server, additional parameters are specified:
<fileGateway> ... <wsl ... > <proxy ... username="USERNAME" password="PASSWORD" /> </wsl> ... </fileGateway>
“System” mode does not support authentication via a domain user (see HTTP proxy with domain user authentication).
The parameter should be indicated in the svc.config configuration file:
<fileGateway> ... <wsl ... > <proxy mode="Http" /> </wsl> ... </fileGateway>
If it is necessary to specify username and password for authentication on the proxy server, additional parameters are specified:
<fileGateway> ... <wsl ... > <proxy ... username="USERNAME" password="PASSWORD" /> </wsl> ... </fileGateway>
The parameter should be indicated in the svc.config configuration file:
<fileGateway> ... <wsl ... > <proxy mode="HttpNtml" /> </wsl> ... </fileGateway>
The HttpNtlm mode does not allow to specify the user for authentication. It will use the user, on behalf of which the file gateway is being run.