[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HTTP and GIFS
> Is the HTTP protocol meant to be able to transfer binary files or just HTML
> files?
Binary.
> I had thought that you could use HTTP to grab binary files (like the
> GIFS inlined in HTML files) as well as pure text, but when my HTTP transfer
> program gets a GIF it loses all 0xd codes in the file. I have traced it to
> httpd. Is this a bug caused by conversions of CRLF to LF or am I doing things
> wrong?
Looks like a bug in the `httpd' port. Try working around by adding
the "b" flag to your UNIXMODE environment variable before running
`httpd'.
Michael
--
Email: hohmuth@inf.tu-dresden.de
WWW: http://www.inf.tu-dresden.de/~mh1/