- 31 Jan 2024
- Print
- PDF
PARCIO File Copy Server Configuration
- Updated on 31 Jan 2024
- Print
- PDF
The configuration file is located in the PARCIO File Copy subfolder of the Capstone folder. To change the settings of PARCIO File Copy Server open the file, PARCIOFileCopyServer.exe.config in a text editor. The following text is the portion of the config file that can be edited. The rest of the file should be left as is.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="serverNameOrIP" value="localhost" />
<add key="serverPort" value="8015" />
<add key="Instance" value=""/>
</appSettings>
To configure a setting, change the value for the setting following these rules:
serverNameOrIP: The name or IP address to listen on, "localhost" should work in most cases.
serverPort: The port to listen on. 8015 is the default.
Instance: Adds an instance for the server for a custom identifiable enterprise tag.