Diagram

Elements

CreateIntegrityHashFile
References Notes

This parameter causes a checksum file to be created on the target server that contains the integrity hash value. The file name is created by using the target file name and adding the hash algorithm as an extension, e.g. a target file "myFiles.tar.gz" will cause the integrity hash file "myFiles.tar.gz.md5" to be created when using MD5 with the HashAlgorithm parameter.

Element Type Required Description
HashAlgorithm string
  • Whitespace: preserve
  • Enumeration:
    • md5
  • Occurrence: 0..1
Optional
References Notes

This parameter specifies the algorithm that is used to create the checksum. At the time of writing md5 only is supported. If the parameters CheckIntegrityHash or CreateIntegrityHashFile are used then the integrity hash is calculated and compared according to this parameter.

 

  • No labels