The FILE_TRANSFER element

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 specifies when the transferred files should be deleted after application end. The files are removed from the temporary directory at the dispatcher shut down and after application end, when the timeout specified between the TIMEOUT tags expires.

Syntax

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

Child elements

The FILE_TRANSFER element must contain the following child element:

  1. One TIMEOUT element.

Example

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