
बाधित और पुनः शुरू किए जा सकने वाला डाउनलोड त्वरक, 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 आपके डेटा को सुरक्षित रूप से सहेज लेगा और आप बाद में फिर से शुरू कर सकेंगे।

