duma icon indicating copy to clipboard operation
duma copied to clipboard

Simple file downloader written in Rust

Results 9 duma issues
Sort by recently updated
recently updated
newest added

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

support ftp downloads to be resumed

feature

Wget may return one of several error codes if it encounters problems. - [ ] 0 No problems occurred. - [ ] 1 Generic error code. - [ ] 2...

feature

Write comprehensive documentation

docs

support retrying the download when network errors occur

feature

At the moment **ftp** downloads are single threaded. It would be nice to have multithreaded (fast) downloads if the ftp server supports byte ranges.

feature

make it possible to download an entire website.

feature