ProFTPD module mod_core



The mod_core module handles most of the core FTP commands.

Directives


Protocols

Syntax: Protocols protocol1 ...
Default: None
Context: server config, <VirtualHost>, <Global>
Module: mod_core
Compatibility: 1.3.4rc1 and later

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:


Installation

The mod_coremodule is always installed.



Author: $Author: castaglia $
Last Updated: $Date: 2010/12/15 02:21:57 $


© Copyright 2000-2010 The ProFTPD Project
All Rights Reserved