clementi / hget

Interruptible, resumable, multipart download accelerator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hget

GitHub Workflow Status Go Report Card GitHub release (latest by date)

hget is a command-line, multipart, resumable downloader. It is a fork of the project by huydx.

Install

go install github.com/clementi/hget@latest

Binaries

Binaries for Windows, Linux, macOS (arm64 and amd64), FreeBSD, NetBSD amd OpenBSD are available at Releases.

Usage

NAME:
   hget - Multipart resumable downloads

USAGE:
   hget [global options] command [command options] [URL]

VERSION:
   2.0.0-beta1

AUTHORS:
   huydx (https://github.com/huydx)
   clementi (https://github.com/clementi)

COMMANDS:
   tasks, t  manage current tasks

GLOBAL OPTIONS:
   --connections value, -n value  number of connections (default: 4)
   --skip-tls, -s                 do not verify certificate for HTTPS (default: false)
   --help, -h                     show help (default: false)
   --version, -v                  print the version (default: false)

To interrupt any downloading process, just hit ctrl-c or ctrl-d during the download. hget will safely save your data to $HOME/.hget and you will be able to resume later.

Demo

About

Interruptible, resumable, multipart download accelerator

License:MIT License


Languages

Language:Go 94.6%Language:Makefile 5.4%