you need to set the parameters correctly in proftpd.conf
登录 | 论坛导航 -> 华新鲜事 -> 技术の宅 | 本帖共有 1 楼,分 1 页, 当前显示第 1 页 : 本帖树形列表 : 刷新 : 返回上一页
<<始页  [1]  末页>>
作者:SmellsLikeTeenSpirit (等级:11 - 出神入化,发帖:6371) 发表:2005-08-25 18:46:04  楼主  关注此帖
proftpd problem?Hi, all: Just compiled and installed proftpd 1.2.10 in my FreeBSD 5.3 smoothly. But the anonymous login is always unsuccessful, with the error: 530-Unable to set anonymous previleges. I have added user "ftp" and group "ftp" into the system ("pw groupadd ftp" and "pw useradd ftp -g ftp"). But neither "anonymous" nor "ftp" can log into the server. :( any help? thanks,
you need to set the parameters correctly in proftpd.conf
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.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版所有回复从这里展开收起列表
论坛导航 -> 华新鲜事 -> 技术の宅 | 返回上一页 | 本主题共有 1 篇文章,分 1 页, 当前显示第 1 页 | 回到顶部
<<始页  [1]  末页>>

请登录后回复:帐号   密码