Back to browse
ZipSee – explore remote ZIP archives using HTTP range requests

ZipSee – explore remote ZIP archives using HTTP range requests

by vsekar·Apr 4, 2026·5 points·1 comment

AI Analysis

●●●BangerWizardrySolve My ProblemCozy

Browse remote ZIPs instantly using HTTP range requests instead of downloading.

Strengths
  • HTTP range requests fetch only the central directory, saving bandwidth.
  • Client-side parsing means no server proxy or backend required.
  • Works on any public ZIP URL, no special hosting needed.
Weaknesses
  • Requires server to support Accept-Ranges header, which many don't.
  • No authentication support for private archives, limits enterprise use.
Target Audience

Developers, data scientists, researchers working with remote datasets

Similar To

httpfs · zip.js

Post Description

A small tool that uses HTTP range requests to explore ZIP archives remotely — list contents and download specific files without fetching the entire archive.

Try out this URL (https://docs.python.org/3/archives/python-3.14-docs-text.zip) as an example.

Similar Projects