Versions Compared

Key

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

...

...

More information about the change of formats can be found in the JADE YADE User Manual - Configuration Formats & Tools article.

The following code boxes can be opened to show the simple configuration described above in XML and in settings.ini formats:

...

Code Block
titleRunning the file transfer XML configuration on Windows format (JADE 1.11 and newer))
jade.cmd -settings="${USERPROFILE}%USERPROFILE%\jade_demo\sos-berlin_demo_2_local.xml" -profile="ftp_server_2_local"
Code Block
titleRunning the file transfer settings.ini configuration on Windows format (JADE 1.10 and earlier)
jade.cmd -settings="${USERPROFILE}%USERPROFILE%\jade_demo\sos-berlin_demo_2_local.ini" -profile="ftp_server_2_local"

...

More information including example calls for Unix systems can be found in the JADE YADE User Manual - Configuring and Running File Transfers article.

Plugins

JADE Xml2Ini Converter

...