An open API service indexing awesome lists of open source software.

https://github.com/zaphar/edownload

erlang multi-process http file downloader
https://github.com/zaphar/edownload

Last synced: 5 months ago
JSON representation

erlang multi-process http file downloader

Awesome Lists containing this project

README

          

edownload is a seqmented http file downloader

It downloads chunks of a file in parallel over http if the http server supports range requests.

I built it because I was tired of all the download managers dieing on my because of bad threading code.
And this problem seemed right up erlangs alley.

Now I just need to put a nice fancy frontend on it and I'll be ready to go :-)