Is it possible to essentially run a wget from within a node.js app? I\'d like to have a script that crawls a site, and downloads a specific file, but the href
wget
href
You can use node-wget. Works in cases where 'wget' is not possible