You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
532 B
13 lines
532 B
7 years ago
|
# Set PROFTPD_OPTIONS to add command-line options for proftpd.
|
||
|
# See proftpd(8) for a comprehensive list of what can be used.
|
||
|
#
|
||
|
# The following "Defines" can be used with the default configuration file:
|
||
|
# -DANONYMOUS_FTP : Enable anonymous FTP
|
||
|
# -DDYNAMIC_BAN_LISTS : Enable dynamic ban lists (mod_ban)
|
||
|
# -DQOS : Enable QoS bits on server traffic (mod_qos)
|
||
|
# -DTLS : Enable TLS (mod_tls)
|
||
|
#
|
||
|
# For example, for anonymous FTP and dynamic ban list support:
|
||
|
# PROFTPD_OPTIONS="-DANONYMOUS_FTP -DDYNAMIC_BAN_LISTS"
|
||
|
PROFTPD_OPTIONS=""
|