18 lines
680 B
XML
Executable File
18 lines
680 B
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/FileTransferService.xml
|
|
Description: File Transfer Service Settings.
|
|
|
|
Author: David Muir <david.muir@rockstarnorth.com>
|
|
Date: 10 August 2012
|
|
-->
|
|
<Parameters>
|
|
<!-- Automation Server Storage directory. -->
|
|
<Parameter name="Automation File Directory" type="string" value="$(cache)/automation/server/jobs" />
|
|
|
|
<!-- Automation Client Worker Storage directory. -->
|
|
<Parameter name="Client File Directory" type="string" value="$(cache)/automation/client/jobs" />
|
|
|
|
<!-- Buffer size for file transfers in bytes. -->
|
|
<Parameter name="Buffer Size" type="int" value="4096" />
|
|
</Parameters> |