配置proftp的匿名访问

由 icoming 在 10-09-2004 22:17 发表:

配置proftp的匿名访问

在proftpd.conf中设置匿名访问的字段如下:

 1<anonymous ~ftp="">   
 2  
 3User ftp   
 4  
 5Group ftp   
 6  
 7  
 8  
 9# Allow logins if they are disabled above.   
10  
11<limit login="">   
12  
13AllowAll   
14  
15</limit>   
16  
17  
18  
19# We want clients to be able to login with "anonymous" as well as "ftp"   
20  
21UserAlias anonymous ftp   
22  
23  
24  
25# Limit the maximum number of anonymous logins   
26  
27MaxClients 10   
28  
29  
30  
31# We want 'welcome.msg' displayed at login, and '.message' displayed   
32  
33# in each newly chdired directory.   
34  
35DisplayLogin welcome.msg   
36  
37DisplayFirstChdir .message   
38  
39  
40  
41# Limit WRITE everywhere in the anonymous chroot   
42  
43<limit write="">   
44  
45DenyAll   
46  
47</limit>
48</anonymous>

可是连接的时候却出现下面的错误:

220 ProFTPD 1.2.10 Server (Pro

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus