unftp-core
When you need to FTP, but don't want to.

Website | API Docs | libunftp | unFTP
This crate contains the core traits and types for unFTP backends.
This crate was split of from libunftp and defines an API that authentication and storage backend (extention/plug-in) implementations in
the unFTP ecosystem should implement. The libunftp crate provides the server implementation and depends on this core crate too.
Existing backend implementations exists on crates.io (search for unftp-). To implement your own follow the API Documentation.