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
- Host: GitHub
- URL: https://github.com/zaphar/edownload
- Owner: zaphar
- Created: 2009-06-03T06:10:16.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-06-09T04:37:54.000Z (about 17 years ago)
- Last Synced: 2025-04-07T11:36:55.732Z (over 1 year ago)
- Language: Erlang
- Homepage:
- Size: 81.1 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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 :-)