Versions Compared

Key

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

...

This is the third in a series of articles describing how to get started with using the the JADE Client via its Command Line Interface.

Articles The articles in this series are:

  1. Getting Started and Downloading files
  2. Simple File Selection
  3. More Advanced File Selection
  4. Checking files for completeness
  5. Public / Private Key Authentication

...

Code Block
languagebash
[sftp_server_2_local_poll_minfiles]
;;
 operation                 = copy
 file_spec                 = ^test_[0-9]\.txt$
;;
 poll_interval             = 20
 poll_timeout              = 1
 poll_minfiles             = 3
 poll_keep_connection      = true
;;
 source_host               = test.sos-berlin.com
 source_protocol           = sftp
 source_ssh_auth_method    = password
 source_port               = 22
 source_user               = demo
 source_password           = demo
 source_dir                = /
;;
 target_host               = localhost
 target_protocol           = local
 target_dir                = ${USERPROFILE}\jade_demo\a

...