Versions Compared

Key

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

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

Preconditions

  • Jade Client on the DMZ To send files to the internet via a DMZ as a jump server it is neccessary to install the JADE client on the jump server before starting the file transfer.
  • JADE Client or JobScheduler with JADE JITL Jobs on local site.
  • Configuration file with jade profiles

Start the File Transfer

The file transfer can be started by using

...

Code Block
 jade4dmz.cmd|sh <configuration file name> <section name> 

Send files to internet via DMZ

 

The process is controlled and checked by a JADE Client in the intranet.
The JADE Client is running the steps described below and as shown in the diagram.

(1) Copy data

As a first step, after checking and creating the temp-folder, the files from the local filesystem are copied by the JADE client to the temp-folder in the DMZ.

(2) Start JADE Client on DMZ by SSH

The JADE Client is starting the JADE CLI on the DMZ, using SSH.

(3) Copy data to Internet

The JADE CLI on the DMZ is transferring the files to the destination site in the internet.

(4) Delete data on DMZ

After successful transfer the JADE Client is deleting the files on the DMZ using SSH.

(5) Delete data on local

If configured to do so, the files on the sending site will be deleted by the JADE Client.

Receive files from internet via DMZ

Related Downloads