View all documents and folders at a web address?
Moderator: General Moderators
-
chopficaro
- Forum Commoner
- Posts: 68
- Joined: Fri Jan 01, 2010 12:56 am
View all documents and folders at a web address?
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?
Do you mean to read an entire directory?? If yes then the answer is yes then
http://php.net/manual/en/function.readdir.php
http://php.net/manual/en/function.readdir.php
Re: View all documents and folders at a web address?
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.