Free tools › Documents
ZIP to TAR.GZ
The archive every Unix tool reads, with file paths and permissions in their place.
More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension
How to convert ZIP to TAR.GZ
- Drop the archive.
- Nothing to choose.
- Press Convert and download the tarball.
What happens to your file
7-Zip unpacks the archive on Fylane’s servers into a scratch folder — a thousand files and 64 MB unpacked at most — writes a tar of the same files with their paths, then gzips it. The result unpacks with tar -xzf on any Linux or Mac, and ADDs straight into a Docker image. Deleted on schedule.
A password-protected archive is refused by name.
Questions
tar.gz or zip for a server?
tar.gz: every Unix tool, package manager and Dockerfile expects it, and it keeps file permissions where a ZIP made on Windows loses them.
Related tools
Do this in code
curl -X POST https://api.fylane.dev/v1/jobs \
-H "Authorization: Bearer $FYLANE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_id": "<file id>",
"operation": "archive.convert",
"options": {
"to": "tar.gz"
}
}'The same operation, archive.convert — Any archive 7-Zip reads — 7z, RAR, tar, gzip, zip — rewritten as a ZIP or, by `to`, a 7z or tar.gz, names and paths kept; a thousand files and 64 MB unpacked at most. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.