I am looking for a Perl script that will do a cleaner job of listing the contents of a directory than what Apache does on its own. I would like the script to create a list of links to enable files in a given directory to be downloaded. The PHP utility that I had been using for that purpose had a security hole that was exploited by hackers.
Directory listing script
Collapse
X
-
Unfortunately for you, this is not a scripting service. Instead, it is a help forum. The people here are all volunteers and are not here to supply people with scripts. Instead, we are here to help you learn. So, if you want try to code a solution to your issue and if you get stuck, post it here and we will help you troubleshoot it or get it working.
As for Apache, you CAN actually turn on a "prettier" directory listing and code it so that every other line is a different color (ie: a zebra type listing). If you want to know how, then post a question in the Apache forum.
Regards,
Jeff
Comment