You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 37 Next »

Introduction

The Operation element specifies the type of file transfer that is to be carried out.

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

  • Profile
    • Operation
      • Copy
        • CopySource
        • CopyTarget
      • Move
        • MoveSource
        • MoveTarget
      • Remove
        • RemoveSource
      • GetList
        • GetListSource

The Operation element that is selected defines whether source and target elements require to be called as well as the transfer options that may be available.

An Operation element is required for each file transfer configuration.

Operation - the action JADE is to carry out

 The JADE Client can carry out a number of different operations.

These are:

  • 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  VERIFY DEFINITION

Example Configuration using the 'Copy' Operation

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

An example configuration using the 'GetList' Operation is shown on the Example: Configuration using the 'GetList' Operation page.

 

 

 

 

 

 

 

  • No labels