Discussion:
Serious noob needs help!
(too old to reply)
wilsond
2006-02-09 17:55:48 UTC
Permalink
Hi all,

I have an application that requests a file from the web server and that file
needs to be transferred back to the client through HTTPS. The file is a
binary file. What is the best way to do this? Any example code out there or
documentation? Am I even posting in the right forum? Thanks for any and all
help!

David
Scherbina Vladimir
2006-02-09 18:29:13 UTC
Permalink
Yes, this is the correct newsgroup (if you're going to use wininet).

To download file from the server you may use InternetReadFile. Here is a
nice article that illustrates how to establish HTTPS connections using
Wininet API - http://www.codeproject.com/internet/w3client.asp
--
Vladimir
Post by wilsond
Hi all,
I have an application that requests a file from the web server and that file
needs to be transferred back to the client through HTTPS. The file is a
binary file. What is the best way to do this? Any example code out there or
documentation? Am I even posting in the right forum? Thanks for any and all
help!
David
Loading...