Versions Compared

Key

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

...

File transfer options are specified as child elements of the file transfer operations - ie.eg. Copy and Move - and apply to both the source and target parts of the transfer operation. 

...

File Transfer Options are defined using the FileTransferOptions elements. FileTransferOptions elements are specified as part of a file transfer Profile, as child elements of the Copy or Move elements as shown in the following diagramhierarchy:

  • Profile
    • Operation
      • Copy
        • CopySource
          • Child elements ...
        • CopyTarget
          • Child elements ...
        • TransferOptions
      • Move
        • MoveSource
          • Child elements ...
        • MoveTarget
          • Child elements ...
        • TransferOptions

...

The BufferSize parameter element defines the maximum data block size.

Status
colourYellow
titleToDo
 

Transfer Optimization 2 - Concurrent Transfer

...

Transactional transfer is often used together with the following parameters:

  • Atomicity (a TargetFileOption for the CopyTarget and MoveTarget elements)
  • DisableOverwriteFiles (a TargetFileOption for the CopyTarget and MoveTarget elements)

See the Transactional Parameter Reference Article  parameter reference article for a detailed explanation of the dependencies between these elements.

...