Re: How to download a binary file via http?
- Posted by sallecta Feb 12, 2011
- 1335 views
SDPringle said...
Unless this behavior has changed, printf terminates with a NUL character in the string. This is normally not a problem but for binary it is.
Shawn Pringle
Thanks, Shawn. Now is all clear for me.