Click to See Complete Forum and Search --> : MFC (or otherwise): Easy way to download XML & HTML files to disk?


chasetoys
May 21st, 2006, 04:05 AM
Hey folks,

I'm using C++ & MFC (no .NET).

I need to accomplish the following, and I really don't know how to go about any of it. If you know of links/ways to do it

1) Go grab an XML file on the server, and download it, saving it to disk (if necessary) or justu loading it into memory.
2) Parse the xml files and figure out the URIs that exist
3) Go to each URI and then download *all* content viewable on the webpage (images, etc...) so offline viewing is enabled.
4) Be able to send XML log files back to the server
5) I can catch all this stuff on the web site, these are more about C++ & Windows development.

Thanks very much in advance!