Download all files from file manager?
Permalink
Hi,
Is there a way to download all files from the file manager? I have run into a database problem and would like to download everything at once in meaningful way (read as, files not buried in series after series of nested folders with file numbers as names...)?
Thanks
Is there a way to download all files from the file manager? I have run into a database problem and would like to download everything at once in meaningful way (read as, files not buried in series after series of nested folders with file numbers as names...)?
Thanks
https://documentation.concrete5.org/developers/working-with-files-an...
https://documentation.concrete5.org/developers/working-with-files-an...
You can create a file list and then create a zip file.
so something like the following
P.S: In case that you have way too many files maybe you should break this foreach in smaller pieces... for example 40 files pro zip..