How can I download the text file from the http:/... using windows API?
Any help will be greatly appreciated... (A piece of code would be just wonderful)...
Thanks in advance!
SG
Sent via Deja.com http://www.*-*-*.com/ Share what you know. Learn what you don't.
Mon, 21 Jan 2002 03:00:00 GMT
Nicholas Paldin #2 / 2
Download file from HTTP
SG,
Look at the WinInet functions, specifically InternetOpen, InternetConnect, HttpOpenRequest, HttpSendRequest, and InternetReadFile, as well as InternetOpenURL to be specific.