[][src]Module libunftp::server

Contains the Server struct that is used to configure and control a FTP server instance.

Modules

error

Contains the FTPError struct that that defines the libunftp custom error type.

Structs

CommandArgs

Convenience struct to group command args

Server

An instance of a FTP server. It contains a reference to an Authenticator that will be used for authentication, and a StorageBackend that will be used as the storage backend.