We expected unimelb-mf-download to check the checksum of the local data compared to the source data on Mediaflux. But when a file exist in the same file path given to the --out argument to the unimelb-mf-download, it completely skips downloading the file regardless of the content of the file.
We expected
unimelb-mf-download
to check the checksum of the local data compared to the source data on Mediaflux. But when a file exist in the same file path given to the--out
argument to theunimelb-mf-download
, it completely skips downloading the file regardless of the content of the file.The following lines reproduces the bug
Returns
This PR extracts, saves, and uses the CRC32 checksum from the
unimelb-mf-check
to re-download changed files from Mediaflux.