
이 프로젝트는 golang을 배워 유용한 것을 만들기 위한 개인 프로젝트입니다.

$ go get -d github.com/huydx/hget
$ cd $GOPATH/src/github.com/huydx/hget
$ make clean install
바이너리 파일은 ./bin/hget에 빌드됩니다. /usr/bin 또는 /usr/local/bin에 복사하고 alias wget hget으로 wget을 완전히 대체할 수도 있습니다 :P
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
다운로드 중인 프로세스를 중단하려면 다운로드 중간에 ctrl-c 또는 ctrl-d를 누르면 hget이 데이터를 안전하게 저장하고 나중에 재개할 수 있습니다.

