|
楼主 |
发表于 2003-6-22 12:39:04
|
显示全部楼层
我用的是不同的用户进行访问的。下面是我的匿名访问 的配置大家看一下有没有什么问题:
<Anonymous /backup>
User ftpuser
Group ftpusers
AllowOverWrite on
RequireValidShell off
AnonRequirePassword off
AccessGrantMsg "%U用户登录成功"
# We want clients to be able to login with "anonymous" as well as "ftp"
UserAlias Anonymous ftpuser
# Limit the maximum number of anonymous logins
MaxClients 10
# We want 'welcome.msg' displayed at login, and '.message' displayed
# in each newly chdired directory.
# DisplayLogin welcome.msg
# DisplayFirstChdir .message
# Limit WRITE everywhere in the anonymous chroot
<Limit WRITE>
DenyAll
</Limit>
#Limit READ /tmp in the anonymous chroot
<Limit READ>
AllowAll
</Limit>
Umask 022
</Anonymous>
向这样的配置,我在访问的时候出现如下提示: |
|