Viitor_proftpd/etc/xinetd.d/proftpd

14 lines
362 B
Plaintext
Raw Normal View History

service ftp
{
disable = no
flags = REUSE
socket_type = stream
instances = 50
wait = no
user = root
server = /usr/sbin/proftpd
# bind = <the-ip-you-wish-to-bind-to>
log_on_success = HOST PID
log_on_failure = HOST RECORD
}