| Crates.io | sstp |
| lib.rs | sstp |
| version | 0.2.2 |
| created_at | 2021-12-28 17:19:13.738189+00 |
| updated_at | 2022-01-04 22:24:12.692042+00 |
| description | Croc implementation in Rust... |
| homepage | |
| repository | https://github.com/deathbyknowledge/sstp |
| max_upload_size | |
| id | 504296 |
| size | 46,915 |
Some time ago I came across Croc, a file transfer program written in Go by schollz. It struck me as a really good program that I could actually use in my daily life. Since I've been trying to learn some Rust and at the same time expand my networking knowledge, I decided to give it a try and create a Rust implementation (-ish, at least get the same functionality out of it) of it. WIP.
cargo install sstp
Send a file:
sstp send [path/to/file]
Running the previous command will generate a unique code. Use that code from a different device to start the transfer.
Recieve a file:
sstp send [code]
Start a relay server:
sstp relay