TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Listing the contents of a remote ZIP archive without downloading the entire file

2 pointsby rhardihabout 4 years ago

1 comment

thro1about 4 years ago
It&#x27;s exactly what ArchView Firefox addon was doing (preview of RAR, ZIP and ISO files with selective downloading feature) in 2008 : <a href="http:&#x2F;&#x2F;archview.sourceforge.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;archview.sourceforge.net&#x2F;</a> - the only documentation left (after Mozilla anihilated traces of old extensions - what I don&#x27;t know how to question, part of me is gone too) is the source code (clean and minimal javascript). Nice to have some reading for it.