Versions Compared

Key

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

...

Use of the JADE Client will be significantly changed with the introduction of an XSD schema and XML configuration files with version Release 1.11. The use of the schema is intended to simplify file transfer configuration for the Client - particularly for complex file transfer situations.

File transfer configurations specified for Client versions Releases up to 1.10.x will need to be modified before they can be run with versions Releases 1.11 onwards.

The schema takes account of interdependencies and incompatibilities between parameters and therefore significantly reduces the chances for configuration errors.

...

A parameter mapping is available for users wishing to compare settings file and XML file transfer configurations or refer to settings file parameters in the XML parameter reference.

settings.ini file transfer configuration up to

...

Release 1.10.x

File transfer configurations are stored in a settings.ini file.

...

  • Detailed descriptions of the parameter configuration and the use of profiles is available in our JADE Tutorials. These include examples that can be tested using our demonstration FTP and SFTP servers. A download containing a configuration file for the tutorial examples is also available.
  • A Parameter Reference and a Parameter Mapping table are also available

XML-based file transfer configuration from

...

Release 1.11 onwards

The XML file transfer configuration introduced with version Release 1.11 of JADE allows parameter dependencies in JADE to be validated before the configuration file is transferred to an operating environment.

...

For example, the profile listed above is called using: StatuscolourYellowtitlecheck syntax (settings)

Code Block
titleCalling a file transfer profile on a Windows system
jade.cmd -settings="%USERPROFILE%\jade_demo\jade_user_manual_configuration.xml" -profile="ftp_server_2_local"

...