0.0.7-e • Published 12 years ago

getbot v0.0.7-e

Weekly downloads
27
License
-
Repository
github
Last release
12 years ago

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 getbot

Usage

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.zip

Go ahead and run this now:

$ getbot -l <yourfile>

and off it goes

0.0.7-e

12 years ago

0.0.7-d

12 years ago

0.0.7-c

12 years ago

0.0.7-b

12 years ago

0.0.7-a

12 years ago

0.0.7

12 years ago

0.0.6-e

12 years ago

0.0.6-d

12 years ago

0.0.6-c

12 years ago

0.0.6-b

12 years ago

0.0.6-a

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago