Quote Originally Posted by sulabh120881 View Post
Please tell me how can I download a file using HTTPS in vc++.
Thanks
Hi sulabh,

Code:
URLDownloadToFile(NULL, _T("https://server.com"), _T("c:\\file.dat"), 0, NULL );


Regards
Doron Moraz