📄 00000003.htm
字号:
<HTML><HEAD> <TITLE>BBS水木清华站∶精华区</TITLE></HEAD><BODY><CENTER><H1>BBS水木清华站∶精华区</H1></CENTER>发信人: mac (asdfasdf), 信区: Linux <BR>标 题: Re: [请教]怎样配置ftp server允许匿名登录 <BR>发信站: BBS 水木清华站 (Mon May 4 11:25:59 1998) <BR> <BR>【 在 nguest (过客) 的大作中提到: 】 <BR>∶<I> 小弟装了个Slackware ,上面自动带了个FTP服务, </I><BR>∶<I> 现在碰到的问题是不允许匿名进行登录,anonymous用户 </I><BR>∶<I> 不认。必须是系统的用户如dany等可以登录。请问各位大侠 </I><BR>∶<I> 是否在哪儿需要配置。 </I><BR>∶<I> BTW,我的FTP版本 Version wu-2.4(4). </I><BR>∶<I> 谢谢。 </I><BR>改改etc下的ftpaccess,我的是这样: <BR>loginfails 2 <BR> <BR>class local real,guest,anonymous *.domain 0.0.0.0 <BR>class remote real,guest,anonymous * <BR> <BR>limit local 20 Any /etc/msgs/msg.toomany <BR>limit remote 100 SaSu|Any1800-0600 /etc/msgs/msg.toomany <BR>limit remote 60 Any /etc/msgs/msg.toomany <BR> <BR>readme README* login <BR>readme README* cwd=* <BR> <BR>message /welcome.msg login <BR>message .message cwd=* <BR> <BR>compress yes local remote <BR>tar yes local remote <BR> <BR># allow use of private file for SITE GROUP and SITE GPASS? <BR>private yes <BR> <BR># passwd-check <none|trivial|rfc822> [<enforce|warn>] <BR>passwd-check rfc822 warn <BR> <BR>log commands real <BR>log transfers anonymous,real inbound,outbound <BR>shutdown /etc/shutmsg <BR> <BR># all the following default to "yes" for everybody <BR>delete no guest,anonymous # delete permission? <BR>overwrite no guest,anonymous # overwrite permission? <BR>rename no guest,anonymous # rename permission? <BR>chmod no anonymous # chmod permission? <BR>umask no anonymous # umask permission? <BR> <BR># specify the upload directory information <BR>upload /home/ftp * no <BR>upload /home/ftp /incoming yes root daemon 0600 dirs <BR>upload /home/ftp /bin no <BR>upload /home/ftp /etc no <BR> <BR># directory aliases... [note, the ":" is not required] <BR>alias inc: /incoming <BR> <BR># cdpath <BR>cdpath /incoming <BR>cdpath /pub <BR>cdpath / <BR> <BR># path-filter... <BR>path-filter anonymous /etc/pathmsg ^[-A-Za-z0-9_\.]*$ ^\. ^- <BR>path-filter guest /etc/pathmsg ^[-A-Za-z0-9_\.]*$ ^\. ^- <BR> <BR># specify which group of users will be treated as "guests". <BR>guestgroup ftponly <BR> <BR>email user@hostname <BR> <BR> <BR>-- <BR> <BR> Everybody laugh, But You <BR> <BR>※ 来源:·BBS 水木清华站 bbs.net.tsinghua.edu.cn·[FROM: 166.111.33.66] <BR><CENTER><H1>BBS水木清华站∶精华区</H1></CENTER></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -