Versions Compared

Key

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

Table of Contents

Introduction

About this page

...

Links to related articles in this User Manual are in the 'Further Information' section at the foot of this article.

Section Title

Excerpt Include
JADE Parameter Reference - FTPFragmentRef
JADE Parameter Reference - FTPFragmentRef
nopaneltrue

...

This file transfer profile would be started by calling the XML configuration file and the profile in that file that is to be used.

The calls for Windows and Unix systems respectively would be:

Status
colourYellow
titlecheck 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"
Code Block
titleCalling a file transfer profile on a Unix system
./jade.sh -settings="${HOME}/jade_demo/jade_user_manual_configuration.xml" -profile="ftp_server_2_local"

The example shown in the Editor screen shot above clearly shows the organization of the configuration in the editor's left hand pane:

...