As originally discussed in ipfs/ipfs-desktop#1639: Current practice of downloading multiple files/folders results in the user receiving a .tar.gz file. Investigate and possibly implement the following to improve overall UX:
- Default to using .zip as a compression scheme since not all OSes natively support .tar.gz uncompression
- Add a prefs option for .zip vs .tar.gz for those who'd prefer the smaller files but possibly more work in uncompressing
- Opt out of compression altogether if user is just downloading something off localhost (is there a foolproof way to detect this?); this could also be a prefs option
As originally discussed in ipfs/ipfs-desktop#1639: Current practice of downloading multiple files/folders results in the user receiving a .tar.gz file. Investigate and possibly implement the following to improve overall UX: