- Issue created by @zaurav
-
clivesj β
committed d135fc74 on 3.1.x
Issue #3524737: Download Archive fails with flysystem
-
clivesj β
committed d135fc74 on 3.1.x
- π³π±Netherlands clivesj
Archives from cloud storage has always been a bit tricky for Filebrowser. The code relies on realpath() which will fail in case of a cloud storage.
If have revised the code and made it possible to download archives of files on cloud storage, but realize that the files are first downloaded and then added to the archive, so this is to some costs.In case a folder (directory) is selected, Filebrowser now will reject the archive and provide a message instead of failing. I have also updated the README.
It is added to todays .dev version and I will also upload a patch.
let me know if it works. - πΊπΈUnited States zaurav McLean, VA
Patch #4 works for me. Thank you very much!