Secure Transfering Shell is a CLI application that combines SSH and SFTP functionality to simplify and unify the two services.
Rust >= 1.60.0
First, install the dependancies: cargo install --path .
To run: cargo run -- <username>@<ip/hostname/...>
To build then run: cargo build
ssftp <username>@<ip/hostname/...>