andreafabrizi / Dropbox-Uploader

Dropbox Uploader is a BASH script which can be used to upload, download, list or delete files from Dropbox, an online file sharing, synchronization and backup service.
https://www.andreafabrizi.it/2016/01/01/Dropbox-Uploader/
GNU General Public License v3.0
6.57k stars 1.08k forks source link

improve download checksum checking #492

Closed gadget1999 closed 4 years ago

gadget1999 commented 4 years ago

For large directories, getting checksum for each file is slow. The change is to get checksum from file list directly.