https://github.com/skonik/rust-async-downloader
Rust asynchronous file downloader
https://github.com/skonik/rust-async-downloader
cli downloader file-downloader rust tokio
Last synced: 10 months ago
JSON representation
Rust asynchronous file downloader
- Host: GitHub
- URL: https://github.com/skonik/rust-async-downloader
- Owner: skonik
- Created: 2021-10-10T09:28:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T17:56:14.000Z (over 4 years ago)
- Last Synced: 2024-04-24T04:43:11.058Z (about 2 years ago)
- Topics: cli, downloader, file-downloader, rust, tokio
- Language: Rust
- Homepage:
- Size: 665 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rusty Download
CLI program to asynchronously download files from specified urls in file.
## Usage
`$ cargo run `
`$ cargo run ./urls.txt .`
Urls in the file must be separated by new line `\n`. All the files will saved in current directory()
