Module libunftp::options[][src]

Expand description

Contains code pertaining to the setup options that can be given to the Server

Structs

TlsFlags

Used to configure TLS options employed for FTPS

Enums

FtpsClientAuth

The option to Server.ftps_client_auth. Tells if and how mutual TLS (client certificate authentication) should be handled.

FtpsRequired

The option to Server.ftps_required. It allows the user to specify whether clients are required to upgrade a to secure TLS connection i.e. use FTPS.

PassiveHost

The option to Server.passive_host. It allows the user to specify how the IP address communicated in the PASV response is determined.

SiteMd5

The options for Server.sitemd5. Allow MD5 either to be used by all, logged in users only or no one.