TAR sample file

tar_sample_file_1MB.tar

1.0 MB application/x-tar SHA256 verified
File details
Filenametar_sample_file_1MB.tar
Size1.0 MB (1054720 bytes)
MIME typeapplication/x-tar
Extension.tar
SHA2563a3b81dc89c357288d1e11ec19014c9c5eb5df7280952ef99c020853e805290d
Download commands

Use in scripts and tests

curl -L -o tar_sample_file_1MB.tar \
  https://samplefile.com/samples/download/archive/tar/tar_sample_file_1MB.tar/
More TAR files

Other TAR Sample Files

Filename Size SHA256 Download
tar_sample_file_200KB.tar 210.0 KB 3ac737eefc67cc8b… Download
tar_sample_file_500KB.tar 510.0 KB 57545627be4d956f… Download
tar_sample_file_50KB.tar 60.0 KB 91d23e189dda99e1… Download
View all TAR files →
Learn more

TAR Guides and Comparisons

ZIP vs TAR

Compare ZIP portability against TAR packaging for large download bundles and extraction workflows.

Open comparison

API Error Taxonomy for File Pipelines

Define stable, actionable error classes for upload and processing APIs.

Read guide

Archive Extraction Safety

Prevent zip-slip, zip bombs, and parser abuse in archive handling pipelines.

Read guide

Case Study: Archive Path Traversal Near Miss

How an archive extraction path bug was discovered during QA and neutralized before wider impact.

Read guide