files_zip icon indicating copy to clipboard operation
files_zip copied to clipboard

Add compression level

Open Noxmiles opened this issue 4 years ago • 9 comments

At the moment the files are only saved in a zip, but not compressed. You could add a compression level in the settings.

I'm not sure, do you use this? That has compression available. https://github.com/McNetic/PHPZipStreamer/blob/master/MANUAL.md

Noxmiles avatar Nov 04 '21 17:11 Noxmiles

Yes, a fork of it which is part of the Nextcloud server 3rdparty libraries: https://github.com/DeepDiver1975/PHPZipStreamer

Adding compression would make sense

juliusknorr avatar Nov 04 '21 21:11 juliusknorr

Little reminder, maybe..? :)

Noxmiles avatar Feb 03 '22 17:02 Noxmiles

Could be somewhat useful :)

StarSmasher44 avatar Jul 12 '22 15:07 StarSmasher44

Pull requests are very welcome of course 😉

juliusknorr avatar Jul 12 '22 16:07 juliusknorr

I looked into this elsewhere earlier in the week: https://github.com/nextcloud/server/issues/38456#issuecomment-1563715552

joshtrichards avatar May 27 '23 19:05 joshtrichards

It looks like https://github.com/maennchen/ZipStream-PHP could be a nice replacement

tcitworld avatar Jan 11 '24 10:01 tcitworld