From a28a7c8db679d7a787be035035773abe8dadfff3 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Sat, 7 Oct 2023 21:43:33 +0100 Subject: Initial. Implementation of seekable HTTP range, which will be used for reading ZIP over http without downloading the whole thing. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..f96c616 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +zipdl +===== + +Command line tool for downloading files out of a remote ZIP file from a web server that supports HTTP Range requests. + +Usage: +``` +$ zipdl URL FILE... +URL is the remote ZIP file to be accessed. +FILE is the filepath within the ZIP file to download. +``` \ No newline at end of file -- cgit v1.2.3-ZIG