Resumable download accelerator written in Golang
Install dependencies with dep
dep ensure
Manual build
./bin/buid
falcon [cmd]
Here is a list of available commands:
Usage:
falcon [command]
Available Commands:
get Download the given url
help Help about any command
resume Resume unfinished task
tasks Listing all unfinished tasks
Flags:
-h, --help help for falcon
Use "falcon [command] --help" for more information about a command.
./build/falcon get --help
Download the given url
Usage:
falcon get [url] [flags]
Flags:
-c, --connection int The number of connections (default 4)
-h, --help help for get