Versions Compared

Key

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

...

The ftp_demo_sos-berlin ProtocolFragment used in the Client Command Line Interface - Getting Started tutorial will be reused.

Profile

Duplicate The example presented in this tutorial is based on the ftp_server_to_local Profile and the name of the new instance changed to described in the previous tutorial.

The new Profile, has been given the profile_id = ftp_server_to_local_select_recursive.In the new Profile, the and the following changes have been made:

  • The value of the file_spec defines the regular expression used to filter file names

  • A recursive child element has been added to the FileSpecSelection element and its value set to true (the default value is false).
  • The source_dir parameter has also been changed to:
    • /rec


The Profile Code

The following code boxes can be opened to show the Profile and ProtocolFragments used in this example in XML and in settings.ini formats.

Code Block
titleXML
collapsetrue
 
Code Block
titlesettings.ini
collapsetrue
 
Running the Profile

This profile is called on Windows systems using one of the following commands, depending on the JADE version being used:

...