A secure file sharing cli written in Rust.
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>
cargo run -- exists <client_link>
cargo run -- download <client_link>
cargo run -- delete <client_link>
cargo run -- info <client_link>