zipdl

A program for downloading individual files from a Zip file on a web server that supports range requests
Log | Files | Refs | README

README.md (264B)


      1 zipdl
      2 =====
      3 
      4 Command line tool for downloading files out of a remote ZIP file from a web server that supports HTTP Range requests.
      5 
      6 Usage: 
      7 ```
      8 $ zipdl URL FILE...
      9 URL is the remote ZIP file to be accessed.
     10 FILE is the filepath within the ZIP file to download.
     11 ```