Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor corrections to text

...

A jump host file transfer operation is called from the command line in a similar manner to a 'standard' file transfer operation - i.e. by calling  the configuration settings .ini file and the relevant profile - with the exception where the settings file has the name jump_host.ini.

However note that the jade4DMZ.cmd script is called instead of the standard jade.cmd script.

The call for a Windows system would be:

Code Block
titleCallin Calling the 'jump_copy_file_to_internet' profile - Windows'
jade4dmz.cmd -settings="%USERPROFILE%\jade_demo\tutorial_7_jump_host\jump_host.ini" -profile="profile@jump_copy_to_internet_proxy"

...

and on a Unix system:

Code Block
titleCalling the 'jump_copy_file_to_internet' profile - Unix'
./jade4dmz.sh -settings="${HOME}/jade_demojade_demo/tutorial_7_jump_host/jump_host.ini" -profile="profile@jump_copy_to_internet_proxy"

Download Configuration Files

...