Enables splitted downloading of huge files with MD5 comparison and other features
Go to file
mxmehl 337965f608 add README 2016-03-14 22:38:25 +01:00
LICENSE clearify GPL licensing; removing checkwait if hashsum is incorrect 2015-06-25 10:18:42 +03:00
README.md add README 2016-03-14 22:38:25 +01:00
split-dl.sh update 2016-02-26 02:20:41 +01:00

README.md

splitDL

Imagine you want install GNU/Linux but your bandwidth wont let you...

splitDL is a tool to download huge files using slow and unstable internet connections. It splits the source file into several parts, creates hashsums from them. The client then can download the file list and the single parts, check the files for consistency and then puts the content together again.

Please read my blog post about in which situations the script may save your butt and some more details.