Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

aladh/pget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pget

Command-line utility to download a file in parallel

About The Project

This project is a CLI (inspired by wget) that downloads a file in parallel by leveraging HTTP range requests.

Installation

A binary can be built by running go build, with the Go compiler installed.

Usage

The CLI can be used as follows:

pget [-c 10] [-v] https://url.to/file 

c is the number of chunks to split the file into

v activates verbose mode and outputs debug logs

About

Command line utility to download a file in parallel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages