one question: why does file-storage provide a link to download a folder as archive.tar.gz but requires the upload to be zip?
Is there a way to make that more consistent? Either change the one to tar.gz or the other to zip?
Greetings, Nima
This is set by parameters. I guess we should change the default to zip as follow:
- ArchiveCommand: /usr/bin/zip -r {out_file} {in_file} - ArchiveExtension: zip
Yes, it has been changed a while ago. I just checked and it now defaults to zip.