#cli-applications #university #vpn #service #informatics #faculty #shizuoka

app cvpn

a CLI application of VPN service at Faculty of Informatics, Shizuoka University

2 releases

0.1.1 May 27, 2022
0.1.0 May 27, 2022

#1161 in Filesystem

28 downloads per month

MIT license

29KB
782 lines

cvpn-rs

a CLI application of VPN service at Faculty of Informatics, Shizuoka University (written in Rust 🦀)

Install

1. use cargo

$ cargo install cvpn

Features

1. list

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

2. download

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

Dependencies

~13–30MB
~445K SLoC