Versions Compared

Key

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

...

This two-stage configuration procedure allows a flexibility not possible with a single XML hierarchy and, in particular, allows elements to be reused.

What is a Profile Element

...

?

A Profile can be seen as a specification of what is to be done and contains hierarchical information about:

...

Any number of profiles can be specified within a file transfer configuration.

What is a ProtocolFragment

...

Element?

ProtocolFragment elements can be seen as a specification of how the file transfer is to be carried out. Each file transfer Profile contains a reference calling at least one ProtocolFragment.

...

Both Profiles and ProfileFragments can be seen as predefined file transfer specifications that are specified called up as required:

A Profile is specified when a JADE command is called and the relevant ProfileFragments are specified in the Profile.

All Profile elements require a profile_id attribute which is used to call the profile from the JADE command.

All ProfileFragments require a name attribute which is used to reference the fragment from a child element of the Profile element.

See Running File Transfers with the JADE Client for an example of how to call a Profile.

...