libunftp is a Rust crate that you can use to build your own FTPS server with. You can extend it with your own storage back-ends or authentication back-ends.
It runs on top of the Tokio asynchronous run-time and tries to make use of Async IO as much as possible.
Feature highlights:
Known storage back-ends:
Known authentication back-ends:
See the github page or the API Documentation for more details.
Powered by Doctave