smartarchive/README.md
2016-01-20 03:50:37 +01:00

246 B

remotezip

downloads and extracts remote zip files

var remotezip = require("remotezip");
remotezip.get({
    from:"https://example.com/example.zip",
    toPath:"/some/local/absolute/path"
});

For non zips there is remotefile.