mfashby.net

Website mfashby.net
git clone git://code.mfashby.net:/mfashby.net
Log | Files | Refs | Submodules | README

2023-10-07-zipdl.smd (423B)


      1 ---
      2 .title = "Zipdl",
      3 .author = "Martin Ashby",
      4 .date = @date("2023-10-07T23:28:16+01:00"),
      5 .layout = "single.shtml",
      6 .custom = {"comments": true},
      7 ---
      8 
      9 I wrote a small program for downloading individual files from a remote ZIP file on a http server that supports [Range](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Range) requests. This was an interesting learning exercise. 
     10 
     11 [Project page](/projects/zipdl)