in reply to Re^3: CrLf getting inserted into an octet-stream (gzip file)
in thread CrLf getting inserted into an octet-stream (gzip file)

Absoluted the path (with forward slashes) and I know I have rights to the directory (I have admin rights to the box).

Oh well, I'll go the long route.

Thanks again for your help.
  • Comment on Re^4: CrLf getting inserted into an octet-stream (gzip file)

Replies are listed 'Best First'.
Re^5: CrLf getting inserted into an octet-stream (gzip file)
by MidLifeXis (Monsignor) on May 24, 2008 at 13:27 UTC

    Is the web server running as the same user as you think it is? Take a look at the discussion on Web Browser fails to compile my code.

    Update: Quite right. Poor reading on my part.

    --MidLifeXis

      I may be a bit confused, but the code is not running on a server, it's to act as a "web browser" and POST a page to an HTTPS server. The POST returns inline stream data that I need to save to a file.

      Thanks for the reply, though.