Diagram

Elements

TransferZeroByteFiles - string
References Notes

This parameter specifies whether zero byte files should be transferred and processed by subsequent commands.

The following settings are available:

  • "true": files with zero byte size are transferred (default).
  • "false": files with zero byte size are transferred if at least one of the selected files is more than zero byte in size.
  • "strict": files with zero byte size will not be transferred. An error will be raised if any zero byte file is found.
  • "relaxed": files with zero byte size will not be transferred. However, no error will be raised if this results in no files being transferred.

Notes

  • Note that the Remove operation has unrestricted validity.
    • Files with zero byte size will be removed regardless of whether or not they have been transferred.
Element Type Required Description
string
  • Whitespace: preserve
  • Enumeration:
    • true
    • false
    • strict
    • relaxed
The starting element is a simpleType.

  

 

  • No labels