rootftp 0.3.0

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
pub mod command_helper;
pub mod load_plugin;
pub mod plugin_library_handler;
pub mod server_handler;