Proof-of-concept to download a file from a URL and save it locally. For example, I may wish to retrieve a JAR file from Nexus.
Uses the http
package, which does the basics with raw HTTP protocol support.
Possible update: use request
, it is like the Python's requests library. There is a companion package called node-request-progress
that tracks download progress. See request-progress on GitHub.
Note: The request package has been deprecated.