You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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. More informatione about the installation and all needed download files can be found here: [ Jade Client|http://www.sos-berlin.com/modules/cjaycontent/index.php?ih1. 296&pagejade_download_en.php]
#Jade Client or Job Scheduler with Jade Jobs on local site.
#Configuration file with jade profiles

Start the file transfer

The file transfer can be started by using

  1. the local jade4dmz client
  2. the job Jade4DMZ_Copy_To_Internet

The jade4dmz client is to be started with

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

Defining the source

Send files to internet via DMZ

<mscgen>
// Send files
msc {

 width1. "800";

JADE,DMZ,Internet;

  JADE> DMZ [labelh1. "(1) copy data to DMZ"] ;
  JADE .. DMZ [label "SFTP, FTP, FTPS"] ;
  JADEh1. > DMz [label "(2) start JADE-Client by SSH"] ;
  DMh1. >Internet [label "copy data to Internet"];
  DMZ .. Internet  [labelh1. "SFTP, FTP, WebDav"];
  JADE> DMZ [labelh1. "(3) delete data on DMZ"] ;
  JADE -> JADE [label "(4) delete data on local"];

local box local labeh1. "Any Server reachable from local", textbgcolour",

  DMZ box DMZ [label"Jade Client must be installed here", textbgcolouh1. "#7f7fff",  textcolour"#FFFFFF"],
  Internet box Internet [labeh1. "Available from DMZ", textbgcolour"#7f7fff",  textcolouh1. "#FFFFFF"];

}
</mscgen>

Receive files from internet via DMZ

<mscgen>
// receive files
msc {

 width"800";

JADE,DMZ,Internet;

  Interneth1. > DMZ  [label "Transfer from Internet to DMZ"];
  Internet .. DMZ  [labelh1. "SFTP, FTP, WebDav"];
  DMZ> JADE [labelh1. "Transfer from DMZ to source"] ;
  DMZ .. JADE [label "SFTP, FTP, WebDav"] ;
  JADE box JADE [labeh1. "Any Server reachable from local", textbgcolour"#7f7fff",  textcolouh1. "#FFFFFF"],
  DMZ box DMZ [label"Jade Client must be installed here", textbgcolouh1. "#7f7fff",  textcolour"#FFFFFF"],
  Internet box Internet [labeh1. "Available from DMZ", textbgcolour"#7f7fff",  textcolour="#FFFFFF"];

}
</mscgen>

<!--

-->

  • No labels