Sophie

Sophie

distrib > Arklinux > devel > x86_64 > by-pkgid > 3700723bcdf789119a33326b09b763b6 > files > 11

vsftpd-2.3.4-1ark.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
	nice			= 10
	disable			= yes
	flags			= IPv4
}