WeSearch

Show HN: Rapel – chunked resumable downloads in unstable networks

·1 min read · 0 reactions · 0 comments · 16 views
#software#downloads#open-source
Show HN: Rapel – chunked resumable downloads in unstable networks
⚡ TL;DR · AI summary

Rapel is a modern chunked HTTP downloader designed for unstable networks, featuring resume support and improved state management. It allows users to download files in customizable chunk sizes and supports concurrent downloads. The tool is cross-platform and includes features like graceful shutdown, real-time progress display, and smart merging of downloaded chunks.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

rapel Chunked HTTP downloader with resume support. A modern, cross-platform implementation with improved state management and progress tracking. Installation go build -o bin/rapel Or install directly: go install github.com/redraw/rapel@latest Usage Download a file with default settings (100MB chunks, 1 concurrent job): rapel download https://example.com/file.bin Download with custom chunk size and multiple concurrent downloads: rapel download https://example.com/file.bin -c 50M --jobs 4 Download through a proxy: rapel download https://example.com/file.bin -x socks5h://127.0.0.1:9050 Download and auto-merge: rapel download https://example.com/file.bin --merge Run command after each chunk completes: rapel download https://example.com/file.bin --post-part 'rclone move {part} remote:bucket/'…

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub