Crates.io | cvpn |
lib.rs | cvpn |
version | 0.1.1 |
source | src |
created_at | 2022-05-27 04:16:22.513885 |
updated_at | 2022-05-27 04:24:54.145425 |
description | a CLI application of VPN service at Faculty of Informatics, Shizuoka University |
homepage | |
repository | https://github.com/earlgray283/cvpn-rs |
max_upload_size | |
id | 594829 |
size | 80,362 |
a CLI application of VPN service at Faculty of Informatics, Shizuoka University (written in Rust 🦀)
$ cargo install cvpn
Displays a list of files or directories in the specified path.
$ cvpn list /path/to/dir
- Wed Jul 7 00:00:00 2014 ï„• love
- Wed Aug 28 23:59:59 2013 ï„• poker
Also you can display by full path.
$ cvpn l /path/to/dir --name-only
/path/to/dir/love
/path/to/dir/poker
Download files from specified file paths. Files are downloaded in parallel.
$ cvpn download /path/to/file1 /path/to/file2
The --name-only
option of the list
command allows you to download effortless.
$ cvpn l /path/to/dir --name-only | grep 'makabe' | xargs cvpn d