0.0.7-e • Published 13 years ago
getbot v0.0.7-e
TODO
- Make use of clustering to allow for higher connection counts.
- Add support for pause/resume
- Gracefully handle connection drops
Installation
Make sure you have the latest node installed and using npm run:
$ npm install -g getbotUsage
To download a file to a folder, CD into the destination folder and run the following:
$ getbot <address>and Bob's your uncle.
To download a file that requires basic HTTP Auth:
$ getbot -u <user> -p <pass> <address>or
$ getbot <address> (if the address contains the credentials)Getbot can also read a file and use each line as addresses to queue:
Create a file <yourfile> (note each path on it's own line)
http://file1.dmg
http://file2.zipGo ahead and run this now:
$ getbot -l <yourfile>and off it goes