Archive format
Arquivos de amostra TGZ
TAR.GZ (.tgz) combines TAR archiving with GZip compression, common on Unix systems. Use sample .tgz files to test long-path handling, incremental backups, and streaming extraction.
4 arquivos
All to 1MB
SHA256
Manifest
Quick facts
Files first
Start with a representative file, then widen into the full table.
| Nome do arquivo | Tamanho | MIME | SHA256 | Baixar |
|---|---|---|---|---|
|
tgz_sample_file_1MB.tgz
.tgz
|
1.0 MB | application/x-tar |
c537e697282416f3fc2a0fd69facca787cb40c62fb6b988a7aca5e084cedf1a8 |
Baixar |
|
tgz_sample_file_200KB.tgz
.tgz
|
200.3 KB | application/x-tar |
0e7be7ee9c27492c5c36f195618ab2cb3a57f6a62d3c198a651c496c18c074e1 |
Baixar |
|
tgz_sample_file_500KB.tgz
.tgz
|
500.3 KB | application/x-tar |
48a1ceb01976b177d1bd1a7ff6128b9ea1ec14c657a1f8a12d90b82d99328ca2 |
Baixar |
|
tgz_sample_file_50KB.tgz
.tgz
|
50.2 KB | application/x-tar |
31b8f2ad77e4ee3a76fa2c4409a01733b000992b3e6462aeca574ca193dd1834 |
Baixar |
Use cases
Pick the next task, not just the next file.
Start with the file table above, then use the comparison and FAQ sections below to branch into adjacent workflows.
Compare and decide
Keep the next decision one step away.
FAQ and reference
Keep the operational details available, but quiet.
Checksum Verification
Use checksums to confirm file integrity after download.
shasum -a 256 your_file_name_here
# Compare output with SHA256 values listed above.
Where is the machine-readable manifest?
Use the manifest when you need stable names, SHA256 values, and URLs for automation.
Validation Methodology
- Verify listing and extraction behavior across tools.
- Check compression ratio assumptions and extraction limits.
- Test zip-slip/path traversal protections in upload pipelines.