We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
Rust asynchronous file downloader
CLI program to asynchronously download files from specified urls in file.
$ cargo run <file_with_urls> <directory_to_save>
$ cargo run ./urls.txt .
Urls in the file must be separated by new line\n. All the files will saved in current directory()
\n