Skip to content

skonik/rust-async-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages