Pretty Simple File Sharing Protocol
- 3 Devlogs
- 6 Total hours
A custom file sharing protocol built in rust
A custom file sharing protocol built in rust
There have been a lot of new updates and improvements to psfsp. Here’s all of them:
The TLS certificates are generated locally on the first startup and saved to the home folder. They are self signed and do not depend on a machine name.
That’s it for now
It’s new devlog time. There have been a ton of features added to pretty simple file sharing protocol. - First of all, you can share files.
This is meant to be a replacement for the dated FTP protocol, and even a competitor though there is a long way to go.
PSFSP is a custom file sharing protocol built completely from scratch. It would reroute every new connection to a new thread on an ephemeral port, and send the data in chunks along with hashes. I currently started writing the definitions for the bytes and the documentation for them but also set up cargo and other stuff.