/sts

CLI application combining ssh and sftp utilities.

Primary LanguageRustGNU General Public License v3.0GPL-3.0

STS

Secure Transfering Shell is a CLI application that combines SSH and SFTP functionality to simplify and unify the two services.

Requirements

Rust >= 1.60.0

Commands

First, install the dependancies: cargo install --path .

To run: cargo run -- <username>@<ip/hostname/...>

To build then run: cargo build

ssftp <username>@<ip/hostname/...>

Dependancies and Credits

openssl library

ssh2-rs library

rpassword library