Page 1 of 1

View all documents and folders at a web address?

Posted: Wed Apr 07, 2010 4:52 am
by chopficaro
is there some software out there that would allow me to view all documents and folders at a web address?

Re: View all documents and folders at a web address?

Posted: Wed Apr 07, 2010 7:51 am
by roders
Do you mean to read an entire directory?? If yes then the answer is yes then
http://php.net/manual/en/function.readdir.php

Re: View all documents and folders at a web address?

Posted: Wed Apr 07, 2010 8:47 am
by ell0bo
In order to read directory information from a web server, the server has to be configured to allow directory indexing. As a general security rule, this is turned off.