mod_core
The mod_core
module handles most of the core FTP commands.
<VirtualHost>
, <Global>
The Protocols
directive is used to enable/disable specific
protocols support by the proftpd
and its collection of modules.
This directive can be used, in conjunction with the
mod_ifsession
module,
to enable certain features for specific users/groups/classes.
The allowed protocols must be configured as a space-delimited list. For example:
# Only enable FTPS and SFTP support, but not FTP or SCP Protocols ftps sftp
The currently known/supported protocols include:
mod_core
module is always installed.