1. http://blog.crowe.co.nz/im
2. http://www.codeproject.com
Cheers!!!
Main Topics
Browse All TopicsHow to view a list of files in a website directory?
I have a website,
I want to see all the files and folders in the main directory where i have stored them?
It is viewable if I login through cpanel
Say if I like to see the names of the files and folders as it is possible with ftp ,,
How can I make it possible?
Quick replies are welcome..
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
1. http://blog.crowe.co.nz/im
2. http://www.codeproject.com
Cheers!!!
Actually my intention is to know the files and folders in a website without redirecting towards the index files
And this is not just for my personal webpages
As well I wanted to see public websites webpages
Let me tell you ,
it is possible by just by typing the source folder address which doesnot have index file
Just like image files or some thing .
Similarly if you have knowledge in accessing mp3 files stored by someone else in their parent directory
that will be great
it will be helpful in downloading the files without out subscribing or purchasing
i think you understand my query
* If you are the site administratio and if you haven't set the index page in DOCUMENTS TAB in IIS and enabled DIRECTORY BROWSING in IIS for the site then by default the files will get displayed when you access the main site or the folders within through browser...
* If you are not the site administrator and you want to try these options in some other public sites that may have index page but you would like to override then I think you are trying to overcontrol the site ( Hack attempt) ?
Business Accounts
Answer for Membership
by: itmachinesPosted on 2008-12-02 at 02:02:31ID: 23075606
If you are using ASPX, you can do something like the following example, and then continue to list the files in the sub-folders if needed.
Select allOpen in new window