Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The importfiles element in the ai section of the master controller configuration, has a archiveexport attribute. This can be used to configure the folder relative to the basedir that contain the the exported archive files:

Code Block
<ai>
   <importfiles url="ftp://ftp.deltares.nl/files"
               basedir="D:/data/"
               dumps="DumpFiles" failed="ImportFailed" succeeded="ImportBackup"
               archiveexport="Archive/export" archiveimport="Archive/import"/>


If this value is configured, the exported archive files page will look as follows.

Image Added