Downloading a file
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
HI All, I have to download a file(in binary format) from a remote server. The problem: The problem is that the firewall will see an HTTP connection and in that stream it will look at the headers and find that it is binary (Content-type: application/octet-stream). This will cause it to assemble the stream on the firewall and inspect it thus stripping the attachments that are in binary form. Any ideas on how can this be achieved?
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_