I can find tons of examples in C++, but nothing that's written in just C. I am trying to connect to an http server, download the returned data, and then save it to a file. Is there a better way to do it on Windows? Should I not be using WinHttp or WinInet? Windows documentation for C seems to be extremely lacking on the internet. Thank you for your help.
A:
http://www.codeguru.com/cpp/i-n/internet/http/article.php/c6237
also this looks good and in C
http://msdn.microsoft.com/en-us/library/aa384270(v=VS.85).aspx#Downloading_resource
This question has also been asked and answered here
http://stackoverflow.com/questions/822714/how-to-download-a-file-with-winhttp-in-c-c
Romain Hippeau
2010-07-04 14:34:25