I am developing an application in C++ which scans a file on my server and if its different from the copy on the users machine then a new copy of the .exe is transferred to the local machine. Everything works perfect but I am looking for a function instead of FTPGetFile(), as the directory permission on my server is set so a password has to be entered in order to do any sort of FTP transactions.
Me posting the link to the php.net's manual about cURL surely was very helpful... =/ Bad habit. http://curl.netmirror.org/ for more information. I think you'd manage using InternetReadFile, but I thought I'd post the link just to have it done.