Skip to content
/ hget Public

interruptable, resumable download accelerator written in golang

License

Notifications You must be signed in to change notification settings

huydx/hget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8cff5f7 · Nov 17, 2017

History

32 Commits
Aug 8, 2016
Aug 11, 2016
Aug 11, 2016
Aug 11, 2016
Nov 17, 2017
Aug 11, 2016
Aug 11, 2016
Aug 11, 2016
Aug 11, 2016
Aug 12, 2016
Aug 10, 2016
Aug 11, 2016
Aug 12, 2016
Aug 11, 2016
Aug 8, 2016
Aug 12, 2016
Aug 12, 2016

Repository files navigation

hget

This project is my personal project to learn golang to build something useful.

Build Status: Build Status

Install

$ go get -d github.com/huydx/hget
$ cd $GOPATH/src/github.com/huydx/hget
$ make clean install

Binary file will be built at ./bin/hget, you can copy to /usr/bin or /usr/local/bin and even alias wget hget to replace wget totally :P

Usage

hget [Url] [-n parallel] [-skip-tls false] //to download url, with n connections, and not skip tls certificate
hget tasks //get interrupted tasks
hget resume [TaskName | URL] //to resume task

To interrupt any on-downloading process, just ctrl-c or ctrl-d at the middle of the download, hget will safely save your data and you will be able to resume later

Download

Resume

About

interruptable, resumable download accelerator written in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published