Versions Compared

Key

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

...

To make the profile more reusable and readable it is possible to reuse profiles snippets in the way like this:

Code Block

Define Profiles using the include directive TBD

Now we will specify the transfer profile again:

Code Block

 [ftp_server_2_server]
 source_include=wilma
 target_include=8of9
 operation=copy
 file_spec=^.*\.txt$
   
 [ftp_more]
 target_include=wilma
 source_include=8of9
 operation=move
 file_spec=^.*\.(txt|pdf|dat)$
 source_folder=/outbound/daily
 target_folder=/inbound/transfer

...

Profile fragments SFTP with Public Key :TBD

To make the profile more reusable and readable it is possible to reuse profiles snippets in the way like this:

Code Block

For infos about the parameters see the parameter documentation on jadeParameterReference.