Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jstanley0/remote_extract
extract a file from a remote zip archive without downloading the whole thing
https://github.com/jstanley0/remote_extract
Last synced: about 19 hours ago
JSON representation
extract a file from a remote zip archive without downloading the whole thing
- Host: GitHub
- URL: https://github.com/jstanley0/remote_extract
- Owner: jstanley0
- Created: 2014-05-10T03:01:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-12T15:13:09.000Z (over 10 years ago)
- Last Synced: 2024-04-21T03:12:24.312Z (7 months ago)
- Language: C++
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# remote_extract
this is a tiny tool to extract a file from a remote ZIP archive without downloading the entire thing.
it works via HTTP/1.1 Range headers, using the [Mordor](https://github.com/ccutrer/mordor) library.it's kind of a proof-of-concept at present, but it's interesting enough to keep around