|
-
June 23rd, 2009, 05:44 AM
#1
https file download
Hi,
Please tell me how can I download a file using HTTPS in vc++.
Thanks
-
June 23rd, 2009, 02:39 PM
#2
Re: https file download
 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
-
June 24th, 2009, 12:00 AM
#3
Re: https file download
Thanks Doron,
It looks very simple, m just going to use this and will get back with the result.
-
June 26th, 2009, 02:09 AM
#4
Re: https file download
Interesting. I wasn't aware of this.
I have always taken the hard yards and done this through Winsock send() & recv() commands.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|