List of folders and files

ist it possible to print or make an excel or pdf list of a folders and files structure?
thanks a lot!

you could either do it on the filesystem level: ls -lR /path/to/datafolder

Or use the oc_filecache table from the database. Normally you should have a dump of the database in your backup anyway.

1 Like