Module firetrap::server

source ·
Expand description

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

Structs

The error type returned by this library.
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.

Enums

A list specifying categories of FTP errors. It is meant to be used with the FTPError type.