I want to install a script that list all the files I have on my server. The problem is the script itself recognize only "files" folder within its structure while my existing files were all in "documents" folder.
Script location: /volume1/web/htdocs/files
Existing files location: /volume1/work/documents
I want the script to detect contents of "documents" folder in "files" so I don't have to actually duplicate the files.
Appreciate your help.