Sample TAR Files
ArchiveTAR — uncompressed tape archive
Download by size
Need a custom TAR file?
Configure exact parameters and download on demand.
Download via curl
# Download the 1 MB TAR file
curl -L "http://localhost:8000/files/tar/TestFile-tar-1mb.tar" \
-o sample-tar-1mb.tar
# Generate a custom file via API
curl -X POST https://gettestfiles-api.fly.dev/generate/tar \
-H "Content-Type: application/json" \
-d '{}' --output custom.tar