1

Possible Duplicate:
Download a URL in C++

I want to either download/save a HTML file contents located on a remote server to local folder.

I just need the function if there is any.

Community
  • 1
  • 1
sikas
  • 5,299
  • 28
  • 74
  • 119
  • There is no standard C++ function for this. If you tell us your technology stack, I'm sure someone can help you find a library. –  Dec 05 '10 at 13:54

1 Answers1

1

Here's a library I like: http://think-async.com/Urdl/

usta
  • 6,519
  • 3
  • 21
  • 38