Versions Compared

Key

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

...

Using http://www.sos-berlin.com/doc/en/scheduler.doc/file_orders.xml file_order_source:

There are three ways you can use file_order_source:

  • The sender creates a file named abc.txt~. When transmission is complete, the sender renames the file to abc.txt. You would use a regular expression such as ^.*\.txt$ to check for the presence of files.

...

No Format
 This job has the advantage over {{file_order_source}} solutions that it allows the use of parameters, for example, for the name of the target directory and it allows you define your own polling rate.

...