Download a file from internet

  • Thread starter Thread starter CORNEILLE Florent
  • Start date Start date
C

CORNEILLE Florent

Somebody know how to download a file from internet ?
I write a script with C#, and run with CSC
I do not find what is the best class ... ? System.Web. ... ???
 
you can use the WebClient class of system.web to download a file from
internet.
 

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