Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > f1d975ec6a476bf71b0ba599a18f3513 > files > 25

vsftpd-2.2.2-4.1mdv2010.2.i586.rpm

# vsftpd is the secure FTP server.
service ftp
{
        disable                 = no
        socket_type             = stream
        wait                    = no
        user                    = root
        server                  = /usr/local/sbin/vsftpd
        per_source              = 5
        instances               = 200
        no_access               = 192.168.1.3
        banner_fail             = /etc/vsftpd.busy_banner
        log_on_success          += PID HOST DURATION
        log_on_failure          += HOST
}