Back to Contents | GAS Configuration File Overview
The FILE_TRANSFER element specifies when the transferred files should be deleted.
The files are removed from the temporary directory at the daemon shut down and
after the timeout specified between the TIMEOUT tags.
<FILE_TRANSFER>
<TIMEOUT>duration</TIMEOUT>
</FILE_TRANSFER>
The FILE_TRANSFER element sets up parameters relevant for applications involved in transferring files between the front end and the application server host.
The FILE_TRANSFER element contains the following child element (described below):
<FILE_TRANSFER> <TIMEOUT>600</TIMEOUT> </FILE_TRANSFER>
The TIMEOUT element specifies the duration the transferred files are
available before they are deleted
The duration is specified in seconds.
<TIMEOUT>600</TIMEOUT>
By default, the duration is set to 600 seconds.