Skip to content

abustany/pfd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PFD - Parallel file downloader

Build Status

PFD is a simple "download accelerator" written in Go. It (potentially) accelerates downloads by establishing multiple connections to the upstream server, sharding the download across them. This only works for servers accepting range requests.

PFD is at this point bare bones, and does not support fancy features like rate limiting. It does however support HTTP Basic Authentication, unlike for example axel (which is otherwise an awesome download accelerator).

Installing

Run go get github.com/abustany/pfd, and copy the pfd binary somwhere in your PATH.

Usage

Run pfd -help to see the usage instructions, and available options.

But there are already many other download accelerators!

Yes, I know... I just felt like coding a small project in Go.

About

Bare bones download accelerator written in Go (Golang)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages