duma
duma copied to clipboard
Simple file downloader written in Rust
Change it to anyhow
Hi. i really like your idea. But it can be very nice to download .torrent files too. something like: https://github.com/aria2/aria2
currently duma hangs on small documents such as [this](https://www.impots.gouv.fr/portail/files/formulaires/2042/2019/2042_2680.pdf) When the `-s` flag is used, it works fine. Make single thread downloading the default for small documents
Wget may return one of several error codes if it encounters problems. - [ ] 0 No problems occurred. - [ ] 1 Generic error code. - [ ] 2...
support retrying the download when network errors occur
At the moment **ftp** downloads are single threaded. It would be nice to have multithreaded (fast) downloads if the ftp server supports byte ranges.