diff options
author | Martin Ashby <martin@ashbysoft.com> | 2023-10-07 21:43:33 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2023-10-07 21:43:33 +0100 |
commit | a28a7c8db679d7a787be035035773abe8dadfff3 (patch) | |
tree | 3842a4dabbe201cc80babcdad3badd1da2d317cb /README.md | |
download | zipdl-a28a7c8db679d7a787be035035773abe8dadfff3.tar.gz zipdl-a28a7c8db679d7a787be035035773abe8dadfff3.tar.bz2 zipdl-a28a7c8db679d7a787be035035773abe8dadfff3.tar.xz zipdl-a28a7c8db679d7a787be035035773abe8dadfff3.zip |
Initial.
Implementation of seekable HTTP range, which will be used for reading
ZIP over http without downloading the whole thing.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
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 |