GZ
GZ archive formatUsed for bundling a folder tree into one shareable file.
- Family
- Archives
- MIME
- application/gzip
Convert GZ to ZIP online. See the real archive extraction and repackaging behavior, preservation limits, and a format-specific acceptance test.
The entries in GZ are unpacked and a new ZIP package is built from their filenames and folder paths. Compression is rebuilt; archive-level encryption, comments, and recovery records are not portable assumptions. Gzip decoding produces one byte stream and an optional original filename; it does not by itself reveal a directory tree unless that payload is another archive such as TAR. ZIP output stores each entry compressed independently for broad sharing, though filename encoding, encryption method, permissions, symbolic links, and extraction safety all vary by which tool opens it.
Read as a Gzip-compressed byte stream that normally wraps one file rather than a folder tree. Rebuilt as a widely supported archive carrying files, folders, and per-entry compression.
Used for bundling a folder tree into one shareable file.
Designed for bundling and compressing files.
Decompress the result and confirm the recovered payload has the expected filename and checksum.
Extract on the destination system and compare folder paths, Unicode names, file counts, and checksums.
Turning a multi-file archive into GZ alone can lose the expected directory packaging unless TAR is also used.
Permissions and symbolic links are not preserved consistently, and encrypted ZIP methods vary by extractor.
The writer builds a widely supported archive carrying files, folders, and per-entry compression and labels the result as application/zip. The receiving application - Not the extension alone - Is the final compatibility test.
ZIP is the right move once the recipient's archive tool cannot reliably open GZ; judge success by the extracted folder tree, not by the new package's file size.