|
发表于 2003-4-3 12:05:39
|
显示全部楼层
你进到/etc/xinetd.d/wu-ftpd
把wu-ftp服务打开就可以
具体:
# default: on
# description: The wu-ftpd FTP server serves FTP connections. It uses \
# normal, unencrypted usernames and passwords for authentication.
service ftp
{
disable = yes ------改为no
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.ftpd
server_args = -l -a
log_on_success += DURATION
nice = 10
}
|
|