rootftp 0.1.4

A simple FTP server tool that allows you to play with files. Multiple users can share their files with each other. You can also build custom plugins see examples for more info.
Documentation
1
2
3
4
5
6
pub mod loader;
pub mod plugin_trait;
pub mod watcher;

pub use loader::load_plugins;
pub use watcher::start_watchers;