Please add batch file download / #4790

I recently implemented streber on our intranet, it works great but one feature missing and very much needed is batch download of selected files / folders.

Could this be added?

you can use the gzip/zip libraries for php to compress and send the generated file to the browser, on the fly.

Thanks in advance!

J