# default: on
# description: The FTP server serves FTP connections. It uses \
#	normal, unencrypted usernames and passwords for authentication.
service ftp
{
	flags			= NAMEINARGS IPv4
	socket_type		= stream
	wait			= no
	server			= /usr/sbin/tcpd
	server_args		= /usr/sbin/ftpd
	log_on_success		+= DURATION USERID
	log_on_failure		+= USERID
	nice			= 10
	user			= cyg_server
	disable			= yes
}
