Back to Contents | GAS Configuration File Overview


File Transfer - Configuration Reference

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.

Syntax:

<FILE_TRANSFER>
  <TIMEOUT>duration</TIMEOUT>
</FILE_TRANSFER>

Notes:

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):

  1. One TIMEOUT element (required).

Example:

<FILE_TRANSFER>
  <TIMEOUT>600</TIMEOUT>  
</FILE_TRANSFER>

Back to the top


TIMEOUT

The TIMEOUT element specifies the duration the transferred files are available before they are deleted
The duration is specified in seconds.

Usage Examples:

 <TIMEOUT>600</TIMEOUT>

By default, the duration is set to 600 seconds.

Back to the top