Diagram

Elements

Operation
References Notes

A file transfer Operation represents activities such as Copy, Move, Remove, GetList etc. that are specified with a transfer Profile.

Element Type Required Description
Copy
  • Occurrence: 1
Required
References Notes

A Copy operation performs the transfer of files between a source and a target host.

Two settings groups are available to specify a Copy operation:

  • CopySource: specifies the source of a file transfer operation.
  • CopyTarget: specifies the file transfer target.
Move
  • Occurrence: 1
Required
References Notes

The Move operation is similar to the Copy operation except that the source files will be removed after successful transfer.

Two settings groups are available to specify a Move operation:

  • MoveSource: specifies the source of a file transfer operation.
  • MoveTarget: specifies the file transfer target.
Remove
  • Occurrence: 1
Required
References Notes

A Remove operation removes files from a source host.

The following frequently used settings groups are available:

  • RemoveSource: specifies the source from which files should be removed.

Support for a jump host.

Note: Availability starting with YADE-356.

GetList
  • Occurrence: 1
Required
References Notes

A GetList operation performs no transfer of files. Instead a list of files is retrieved that are available for transfer.

The same file selection mechanisms apply as for Copy operations.

 

  • No labels