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.
|
#
|
|
# ProFTPd FTP daemon - http://www.proftpd.org
|
|
#
|
|
service ftp
|
|
{
|
|
flags = REUSE
|
|
socket_type = stream
|
|
instances = 30
|
|
wait = no
|
|
user = root
|
|
server = /usr/sbin/proftpd
|
|
log_on_success = HOST PID
|
|
log_on_failure = HOST
|
|
disable = yes
|
|
}
|