vb.net and remote web files

G

Guest

How can I load the file names from a remote web server via VB.net? I created
a virtual directory on a w2003 server and did a
Dir("http://test.com/testdir/*.*")
I also tried
Dir("http://test.com/testdir/")
but it returns no error, just an empty string. Is there another way to read
file names on web server via vb.net
I can enter the http path "http://test.com/testdir/" in the windows run box
and it returns a listing of the files in the web directory, but I cant find
a way to do it in vb.net..
Thanks
Buc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top