DropboxBusinessAdminTool icon indicating copy to clipboard operation
DropboxBusinessAdminTool copied to clipboard

Dumping to zip file repeatedly appends to the zip file

Open kriston opened this issue 6 years ago • 0 comments

Dumping to zip file repeatedly appends to the zip file one file at a time as they are downloaded. Appending zip files is very inefficient compared to creating the zip file at the end of the download operation.

It will be more useful to just download the files and leave them where they land on the filesystem. Another useful option would be to just download the files directly and don't zip them at all.

kriston avatar Mar 20 '18 23:03 kriston