...hupsa...
Zitat:
Why does gzip give an error on a file I make with compress/deflate?
The compress and deflate functions produce data in the
zlib format, which is different and incompatible with the gzip format. The gz* functions in
zlib on the other hand use the gzip format. Both the
zlib and gzip formats use the same compressed data format internally, but have different headers and trailers around the compressed data.
Hätte mir das nicht irgendwer früher sagen können?
Daniel R. Wolf
mit Grüßen aus Hamburg