由 xzzhang 在 05-01-2004 11:34 发表:
vsftp的设置问题
我已经用xinetd服务启动我的FTP,设置如下
default: on
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
wait = no
user = root
server = /usr/local/sbin/vsftpd
server_args =
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
disable = no
}
但我登