QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 521|回复: 0

求救,proftpd的续传问题

[复制链接]
发表于 2003-9-13 10:57:46 | 显示全部楼层 |阅读模式
匿名用户不能续传,可是其他用户就可以
哪位帮忙看看应该怎么改?

匿名那段是这么写的   
<Anonymous /ftp>
User ftp
Group ftp
Umask 002
AccessGrantMsg "Anonymous User Login Successfully."
UserAlias anonymous ftp
MaxClientsPerUser 50
MaxClientsPerHost 1
TransferRate APPE,RETR,STOR 3000:300
AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on
DisplayLogin welcome.msg
DisplayFirstChdir .message
<Limit WRITE>
DenyAll
</Limit>
<Limit LOGIN>
Order allow,deny
Allow from 202.4.15*.
DenyAll
</Limit>
<Directory incoming/*>
AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on
<Limit WRITE>
DenyAll
</Limit>
<Limit STOR READ MKD>
AllowAll
</Limit>
</Directory>
</Anonymous>
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-16 00:46 , Processed in 0.038067 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表