Versions Compared

Key

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

Introduction

The Operation element specifies the type of file transfer that is to be carried out. The Operation is a child element of the Profile and a required element.

...

 The Operation elements that the JADE Client can carry out are defined as follows:

  • Copy - duplicate the files from one location to another

  • Move - duplicate the files from one location to another and then delete the original files

  • Remove - delete files from a server

  • GetList - obtain a file containing a list of file names

...

An Operation element is required for each file transfer configuration.

In the JADE XSD schema, the Operation is a child of the Profile element as is shown in the hierarchy below:

...

The Operation element has a number of siblings (Client, JobScheduler,  and Notifications and CredentialStore) which are optional children of the Profile element and are described in the Profile parameter reference article.

...

An example configuration using the Copy Operation was shown on the Configuring File Transfers with the JADE Client page.

Example Configuration using the GetList Operation

...

...