Versions Compared

Key

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

...

  1. the local jade4dmz client from command line
  2. the job Jade4DMZ_Copy_To_Internetjob chain job_chain_jade4dmz.job_chain.xml with orders 
    • order job_chain_jade4dmz,CopyFromInternet.order.xml
    • order job_chain_jade4dmz,CopyToInternet.order.xml

The jade4dmz client is to be started with

...

Code Block
languagebash
titleJade Client Profile CopyFromInternet
[CopyFromInternet]
file_spec              = \.txt$
;; operation copyfrominternet 
operation              = copyfrominternet
verbose                = 2
;; file source localhost (jade client host) settings 
;;
source_host            = localhost
source_dir             = C:\sandbox\target
source_protocol        = local
;; DMZ server settings
;;
jump_host              = gollum
jump_user              = jenkins
jump_ssh_auth_method   = password
jump_password          = Bt347w%3Ka-AuZp
jump_protocol          = sftp
jump_command           = /home/jenkins/sos-berlin.com/jade/client.1.7-SNAPSHOT/bin/jade.sh
;; file target remote SFTP server settings
;;
target_host            = homer.sos
target_port            = 22
target_protocol        = sftp
target_user            = test
target_ssh_auth_method = password
target_password        = D3f*-ex;n55N6Hx
target_dir             = /home/test/outbound
;; use explicit passive mode if firewall blocks the data connection -->
target_passive_mode    = true		

Related Downloads