Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Для сохранения указанных параметров необходимо нажать кнопку Сохранить (рис. 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:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<fileGateway> ... <wsl ... > <proxy mode="None" /> </wsl> ... </fileGateway> |
The parameter should be indicated in the svc.config configuration file:
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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:
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<fileGateway> ... <wsl ... > <proxy ... username="USERNAME" password="PASSWORD" /> </wsl> ... </fileGateway> |
Anchor | ||||
---|---|---|---|---|
|
The parameter should be indicated in the svc.config configuration file:
...