Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Introduction rewritten

...

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

Other articles 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

Excerpt Include
JADE Client
JADE Client
nopaneltrue

...

Note that by default JADE will create the target folder and/or path if it does not exist and if JADE has the necessary permissions. It will also overwrite any files it finds in the target directory with the same names as files it is downloading.

The Note also that the transfer mode JADE uses for FTP transfer can be specified using the transfer_mode parameter (not used in the example). This can be either ascii or binary (the default setting).

...

Transferring the contents of a folder by SFTP with password authentication

This example uses a new profilethe second profile in our examples settings file, sftp_server_2_local_pass, which is based on quite similar to the ftp_server_2_local profile used in the previous example.

As the new profile name suggests, the SFTP protocol is used in this profile and authentication is by user/password - key pair authentication is described later in this documentseries of articles.

Example

The profile is included in the jade_settings_windows.ini file as follows:

...