View all documents and folders at a web address?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
chopficaro
Forum Commoner
Posts: 68
Joined: Fri Jan 01, 2010 12:56 am

View all documents and folders at a web address?

Post by chopficaro »

is there some software out there that would allow me to view all documents and folders at a web address?
roders
Forum Commoner
Posts: 68
Joined: Tue Oct 20, 2009 9:29 am

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

Post 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
ell0bo
Forum Commoner
Posts: 79
Joined: Wed Aug 13, 2008 4:15 pm

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

Post 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.
Post Reply