Get file listing from web address

  • Thread starter Thread starter Marty
  • Start date Start date
M

Marty

Hi,

How can i retrieve the list of files within a specific URL?
ex: www.myAddr.com/download

Do I have to use a ftp connection to download those files or I can copy
them directly to my local folder with my VB.NET code?

Thanks,
Marty
 
Dear Marty,

If web server accept to direcotry listing, You can retreive
all files by HTTP. But, usually web server does't accept it.
If so, You should use FTP or other way...
 

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

Back
Top