Files
2016-03-14 22:38:25 +01:00

13 lines
602 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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](https://blog.mehl.mx/2015/splitdl-downloading-huge-files-from-slow-and-unstable-internet-connections/)
about in which situations the script may save your butt and some more details.