you need to set the parameters correctly in proftpd.conf
所在版块:技术の宅 发贴时间:2005-08-25 18:46

用户信息
复制本帖HTML代码
高亮: 今天贴 X 昨天贴 X 前天贴 X 
some similar to this. Do check out the doc


<Directory /*>
AllowOverwrite on
</Directory>


<Anonymous ~ftp>
User ftp
Group ftp

UserAlias anonymous ftp

<Limit WRITE>
AllowAll
</Limit>

<Directory *>
<Limit READ WRITE>
AllowAll
</Limit>
</Directory>
</Anonymous>
.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!

War is peace.
Freedom is slavery.
Ignorance is strength.
 相关帖子 我要回复↙ ↗回到正文
proftpd problem? john124   (378 bytes , 486reads )
you need to set the parameters correctly in proftpd.conf SmellsLikeTeenSpirit   (321 bytes , 243reads )