access files in remote computer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hellow.

Please tell me how one can connect to remote computer
via HTTP address, search there files and download them

Thanks
 
Hi,

If the remote site support browse you can get the directory, you will get it
as a web page that you need to parse , also to complicate it further the
format of the page will vary from site to site so you need to do your
homework here. After that you can download the file using WebRequest.



--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation



"Yosef ([email protected])"
 
Back
Top