Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Typo

...

  • JADE will download the test_1.txt from the /rec folder on the server and ignore the test.txt file whose name does not match with the file_spec regular expression.
  • JADE will create a /sd folder in the target a directory if this folder does not already exist.
  • It will the open the /rec/sd sub-folder on the server, create a corresponding folder on the target and download the test_2.txt file to this folder.

Behavior with force_

...

files =

...

false

As mentioned above, the default value for the force_filefiles parameter is true, meaning that even if this parameter is not specified, the JADE engine will throw an error if no match is found.

This can be demonstrated by changing the file_spec regular expression in the profile to, for example ^text\.txt$ and recalling the profile.

If, however, the force_file files = truefalse parameter in the example profile is commented in, JADE will not throw an error.

...