Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Example Behavior Section updated

...

Code Block
languagebash
titleRunning the file transfer XML configuration in Unix format (JADE 1.11 and later)
./jade.sh -settings="${HOME}/jade_demo/sos-berlin_demo_2_local_poll.xml" -profile="ftp_server_2_local_poll_minfiles"

Example behavior

...

with MinFiles less than the number of files found 

  • JADE runs the first polling operation immediately and will transfer all the files found at the first polling - in this case the 5 test_*.txt files - as more than the minimum number of files has been found. Polling will then be stopped.
  • If no files were to be found then the JADE engine would throw an error as long as force_file = true has not been set.

Example behavior with

...

MinFiles more than the number of files found 

Change the poll_minfiles MinFiles parameter in your settings file the XML Editor to 6, save the settings file configuration and rerun the example.

  • JADE will find the five test_*.txt files when it polls but will not transfer the files as the minimum number of 6 has not been reached.
  • JADE will repeat polling until the time set in the poll_timeout parameter (in with the example configuration after 1 minute 20 secs) has expired.
  • Note that all the files that have been found will be transferred once the timeout has been reached.

...