Originally Posted by sulabh120881 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
URLDownloadToFile(NULL, _T("https://server.com"), _T("c:\\file.dat"), 0, NULL );
Forum Rules