-
Notifications
You must be signed in to change notification settings - Fork 0
Validating file transfers
Thiago Britto-Borges edited this page Nov 7, 2022
·
1 revision
Two different files are unlikely to have the same MD5 checksum. So the MD5 checksum is comparable to a digital fingerprint. We use this property to validate whether file transfers were successful.
Sequence facilities should provide MD5 checksum, one per file.
md5sum * > md5sum.txt
md5sum --check md5sum.txt