Details
-
Feature
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
- If CheckIntegrityHash=true then a checksum is calculated for each source file during the transfer where IntegrityHashType (default=md5) specifies the checksum algorithm.
- The calculated checksum can be checked against an integrity hash file on the source. The integrity hash file must have the same name as the file to be checked plus the IntegrityHashType as extension (case sensitive).
Example
- /path/to/foo.txt (source file to be checked)
- /path/to/foo.txt.md5 (corresponding integrity hash file)
- If the integrity hash file doesn't exist then a check is not possible and no error is raised.
- If the integrity hash file exists and contains a checksum which is not equal to the calculated checksum then an error is raised.
- The integrity hash file will not be transferred to the target.