Versions Compared

Key

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

...

Specification of FTP File Transfer Elements

1. What is added to the Fragments branch

FTPFragment

The key element in the JADE XML schema for the specification of a file transfer by FTP is the FTPFragment

  • This includes parameters for a connection to a host and authentication parameters accordingly.
  • Such fragments can be defined once and can be re-used by any number of Profiles

Specify an FTPFragment for the source of your transfer.

2. What is added to the Profiles branch

a) Add a Source This element is part of the Profiles branch of the schema and a direct descendant of operation source or target elements such as CopySource . Add the FTPFragmentRef

In order to use your FTPFragment in a Profile add the FTPFragmentRef element.

b) Add a target 

use a local target

For a complete configuration see the "Getting Started" sample from our article JADE - XML Configuration - Sample Files

 

This element is part of the Profiles branch of the schema and a direct descendant of operation source or target elements such as CopySource or MoveTarget.

 

The FTPFragmentRef element can be specified for the source and/or target parts of the operation.

...

In addition, as shown in the first diagram below, the FTPFragmentRef element has three child elements that are optional but define aspects of the operation that are FTP-specific: FTPPreProcessing, FTPPostProcessing and Rename. These elements are described in detail below.

The FTPFragmentRef Element

Excerpt Includexxx JADE Parameter Reference - FTPFragmentRefJADE Parameter Reference - FTPFragmentRefnopaneltrue

A Simple FTP File Transfer Example Configuration

...