Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 23bea8bcc08a7d818f975f2c2f38d0bf > files > 20

vsftpd-2.0.2-3mdk.src.rpm

# default: off
# description: The vsftpd FTP server serves FTP connections. It uses \
#	normal, unencrypted usernames and passwords for authentication.
service ftp
{
	socket_type		= stream
	wait			= no
	user			= root
	server			= /usr/sbin/vsftpd
	server_args             = /etc/vsftpd/vsftpd.conf
	nice			= 10
	disable			= yes
	flags			= IPv4
}