diff options
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 |