DEV Community

cjijcb
cjijcb

Posted on

partdec: a multipart downloader and file splitter

partdec is a command-line utility for multipart downloading and file splitting. It can seamlessly split a file from the web or local storage and distribute parts of the file to multiple destination paths.

In web downloading, partdec allows a dedicated connection per output file and handles interruptions safely, allowing for resumable downloads.

https://github.com/cjijcb/partdec

Top comments (0)