Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 434 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 434 Bytes

Rusty Download

CLI program to asynchronously download files from specified urls in file.

Usage

$ 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()

downloader_showcase.gif