PDA

Click to See Complete Forum and Search --> : directorys


death
Jan 13th, 2000, 05:06 AM
How would I create a program that can see behind the index.html file in a web page directory and see the files in the directory.
A list of them will do
But I have no idea where to start
Thanks

Jonny
Jan 13th, 2000, 05:40 AM
This will only work if the web server has directory browsing enabled.

death
Jan 13th, 2000, 05:46 AM
Yes I can guess that thanks but how do I write the program?

vbsquare
Jan 14th, 2000, 12:15 AM
Will your program be running client or server side? If you are running server side, then either VB or a CGI/ASP script will do. Otherwise you will have to goto the directory by specifying the url, and hope that the user hasn't put up a default page so that you get the index listing. You can parse that page for the dirs etc if you can get it.

------------------
"To the glory of God!"

death
Jan 14th, 2000, 01:41 AM
All I want to do is view files in a directory on the web. Like an FTP view.
Is there no simple way to do it.
I've heard that there is a program that can but I can't find it so I thought I'd write my own.
But if it's not possible I'll give up.
Thanks for you help and sugesstions everyone