TAR sample file

tar_sample_file_200KB.tar

210.0 KB application/x-tar SHA256 verified
File details
Filenametar_sample_file_200KB.tar
Size210.0 KB (215040 bytes)
MIME typeapplication/x-tar
Extension.tar
SHA2563ac737eefc67cc8b286486d9b68dcfa7416f6b1ddddddf8f486ce88a76be0aea
Download commands

Use in scripts and tests

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

Other TAR Sample Files

Filename Size SHA256 Download
tar_sample_file_1MB.tar 1.0 MB 3a3b81dc89c35728… 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