vsftpd вешается демоном и сложнее в настройке (самую малость)
wuftpd, wsftpd проще и отвечают через xinetd (/etc/xinetd/***)
vsftpd вешается демоном Ты не совсем прав. Содержимое файла /etc/xinetd.d/vsftpd
# default: off
# description:
# The vsftpd FTP server serves FTP connections. It uses
# normal, unencrypted usernames and passwords for authentication.
# vsftpd is designed to be secure.
service ftp
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/vsftpd
# server_args =
# log_on_success += DURATION USERID
# log_on_failure += USERID
# nice = 10
disable = no
}
vsftpd работает также как и wuftpd, wsftpd(во всяком случае так в slackware и suse). Но и в остальных системах его можно также настроить через xinetd. Из man'а "vsftpd is the Very Secure File Transfer Protocol Daemon. The server can be launched via a super-server such as inetd or xinetd. Alternatively, vsftpd can be launched in standalone mode." За режим запуска отвечает опция listen в файле /etc/vsftpd.conf.