summaryrefslogtreecommitdiff
path: root/README.md
blob: f96c616dc4f79fc379e765667b124861c1b4852b (plain)
1
2
3
4
5
6
7
8
9
10
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.
```