|
我的ftpaccess如下:
# This file controls the behavior of the wu-ftpd
# ftp server.
#
# If you're looking for a graphical frontend to
# editing it, try kwuftpd from the kdeadmin
# package.
class all real,guest,anonymous *
limit all 10 Any /etc/msgs/msg.dead
readme README* login
readme README* cwd=*
message /welcome.msg login
message .message cwd=*
compress yes all
tar yes all
log commands real
log transfers anonymous,real inbound,outbound
hostname dreamman
cdpath /root/pub
upload /root/pub * yes
shutdown /etc/shutmsg
email user@hostname
然后/etc/xintetd/wu-ftp
但我用gftp工具, 不能联接服务器. 应该是ftp服务器没开吧.
(redhat8.0)
另外,我要设置一个匿名访问(可读写), 在哪里设置呀.
[root@dreamman root]# rpm -q wu-ftpd
wu-ftpd-2.6.2-7
[root@dreamman root]# ckconfig
Checking _PATH_FTPUSERS :: /etc/ftpusers
ok.
Checking _PATH_FTPSERVERS :: /etc/ftpservers
I can't find it... look in doc/examples for an example.
Checking _PATH_FTPACCESS :: /etc/ftpaccess
ok.
Checking _PATH_PIDNAMES :: /var/run/ftp.pids-%s
ok.
.....................................................(略) |
|