Listing all files in a remote directory

beerbaron

New member
Joined
Feb 29, 2008
Messages
1
Programming Experience
1-3
Hi, I have a Web (http) remote directory to which I have Administration rights. I'd like to list all files from that directory but the normal System.IO will not work since it's a remote directory.

Any toughts on how I could achieve this?

Regards
Beerbaron
 
I don't think there is any standard HTTP system for doing it.

There might be a way to do it through FrontPage Extensions, but I wouldn't recommend it.

I'd probably do a little authenticated webservice method that does it on the server and passes the results back.
 
Back
Top