Skip to content

Safely and easily download large files in pipelines

License

Notifications You must be signed in to change notification settings

zeta-chain/dl-pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dl-pipe allows you to safely and easily resumable download files in pipelines. Resumable downloads via commands (like wget, curl, etc) typically require the downloaded content to be written out to disk. With this tool, you can do:

dl-pipe https://example.invalid/my-file.tar | tar x

We also provide an expected hash via the -hash option to ensure that the download content is correct. Make sure you set set -eo pipefail to ensure your script stops on errors.

Install with go install github.com/zeta-chain/dl-pipe@latest.

About

Safely and easily download large files in pipelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages