Skip to content

A secure file sharing cli written in Rust.

License

Notifications You must be signed in to change notification settings

AlNaheyan/Cryo-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryo

A secure file sharing cli written in Rust.

Clap commands:

To upload a file,

Small note: If you're copy/pasting from cmd/terminal, make sure to copy path without newline or type file path manually.

cargo run -- upload <file_path>

To check if a file exists,

cargo run -- exists <client_link>

To download a specific file,

cargo run -- download <client_link>

To delete any file,

cargo run -- delete <client_link>

To check a files information,

cargo run -- info <client_link>

About

A secure file sharing cli written in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Rust 100.0%