Your IP : 216.73.216.40


Current Path : /proc/self/root/usr/share/doc/vsftpd-3.0.2/
Upload File :
Current File : //proc/self/root/usr/share/doc/vsftpd-3.0.2/vsftpd.xinetd

# 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
}