proftpd不能匿名登录

由 feixiang31 在 04-01-2003 14:44 发表:

proftpd不能匿名登录

我在LINUX70下安装的PROFTPD1.2.8,用Anonymous登录本机出现以下错误信息:

530 login incorrect

login failed

Remote system type is Unix

Using binary mode to transfer files.

proftpd.conf如下:

ServerName "ProFTPD Default Installation"

ServerType standalone

DefaultServer on

Port 21

Umask 022

MaxInstances 30

User nobody

Group nobody

To cause every FTP user to be "jailed" (chrooted) into their home

directory, uncomment this line.

#DefaultRoot ~

1<directory></directory>

AllowOverwrite on

 1<anonymous ~ftp="">   
 2  
 3User ftp   
 4  
 5Group ftp   
 6  
 7UserAlias anonymous ftp   
 8  
 9MaxClients 10   
10  
11DisplayLogin welcome.msg   
12  
13DisplayFirstChdir .message   
14  
15<limit write="">   
16  
17DenyAll   
18  
19</limit>
20</anonymous>

由 dancingpig 在 04-01-2003 18:02 发表:


530 login incorrect

login failed

Remote system type is Unix

Using binary mode to transfer files.

我很奇怪,看你的配置和顶上的没问题。我当时就用这个配置做了个用户名进去的,你先看看其他的用户行吗。还有你的错误信息似乎没说不能用匿名哦。你在ftp下打bin看看。按照他的提示信息是你的传输设置错误。


由 dsj 在 04-01-2003 20:07 发表:


在/usr/local/etc/proftpd.conf,添加如下命令指示:

RequireValidShell off


闲聊空间:

http://www.wonyen.net/bbs/mboard.asp


由 pys 在 04-01-2003 22:47 发表:


我试了一下,不行

是不是没有建匿名用户的目录的原因啊??


由 chenxee 在 04-02-2003 11:04 发表:


 1<anonymous ~ftp="">   
 2  
 3remove "~ftp" and try again 
 4
 5  
 6
 7
 8* * *
 9
10  
11_由 feixiang31 在 04-02-2003 12:48 发表:_   
12  
13
14
15****
16
17  
18  
19
20
21是没有建匿名用户的目录的原因 
22
23  
24
25
26* * *
27
28  
29_由 pys 在 04-02-2_</anonymous>
Published At
Categories with 服务器类
Tagged with
comments powered by Disqus