unftp-core 0.1.0

Core traits and types for unFTP backends
Documentation

unftp-core

Crate Version API Docs Crate License Follow on Telegram

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

logo

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.