由 clr_1628 在 10-20-2002 20:28 发表:
在局域网ftp(proftpd1.2.6)下载文件到99%就不走了?
我在红旗3服务器上装了proftpd1.2.6,装在/usr/local/proftpd目录下,以下是proftpd.conf文件的内容:
ServerName "欢迎访问我的ftp服务器"
ServerType standalone
DefaultServer on
Systemlog /var/log/proftpd.log
ExtendedLog /var/log/proftpd.log ALL.
Port 21
Umask 022
ServerIdent off
DefaultRoot /www/Ftp
MaxInstances 30
RequireValidShell off
MaxClients 10 "对不起,客户端连接过多,请稍候再试!"
User nobody
Group nobody
1<directory *="">
2
3AllowOverwrite on
4
5</directory>
1<anonymous ~ftp="">
2
3User ftp
4
5Group ftp
6
7UserAlias anonymous ftp
8
9DisplayLogin welcome.msg
10
11DisplayFirstChdir .message
12
13RequireValidShell no
14
15<limit write="">
16
17DenyAll
18
19</limit>
20<directory *="" uploads="">
21<limit read="">
22
23DenyAll
24
25</limit>
26<limit stor="">
27
28AllowAll
29
30</limit>
31</directory>
32<directory uploads="">
33<limit read="">
34
35DenyAll
36
37IgnoreHidden on
38
39</limit>
40<limit mkd="" rmd="" stor="">
41
42AllowAll
43
44IgnoreHidden on
45
46</limit>
47</directory>
48</anonymous>
我在局域网上别的电脑上下载4M的文件没有问题,一会儿就下了,但是下一个10M的文件有如下问题,开始很快,400K以上,但是到了99%时就不走了,电脑明显感觉到反应变慢,停3分左右就能下完,我又试了一个70M的文件,用网络蚂蚁下的。平均就400K左右,同样到了99%就不走了,但是蚂蚁的5个进程都显示传输完成,没有佘下的块。电脑明显没慢,打开一个网页半天没反映,同样停5分钟后蚂蚁就接着显示传输完成。实在不明白是怎么回事,请大家帮忙看看。谢谢!
由 happy2000mt 在 10-21-2002 16:47 发表:
求助,关于proftp!
安装proftp1.2.6,用什么命令起动啊?找不到文件
由 happy2000mt 在 10-21-2002 16:57 发表:
[root@localhost init.d]# /etc/rc.d/init.d/proftpd start
Starting proftpd: execvp: No such file or directory
[失败]
提示找不到文件,但在安装过程中没有任何问题啊!是下载的版本问题还是linux的问题呢,我装的是red hat linux8.0,望高手指点! 还有,通过"系统设置"---"软件包",可以卸载掉linux自带的ftp服务器吗?
由 北南南北 在 10-22-2002 00:16 发表:
http://www.linuxsir.com/bbs/showthr...p;threadid=4138
===========================
请弟兄们发帖时要写个好标题,多谢!
===========================
每天以1000KM/H的速度在跑,感觉还是时间不够:(
“西学东渐,洋为中用” + 创造 = ?
linux ppc
由 chailiao 在 10-22-2002 11:55 发表:
proftpd help
I installed the proftpd 1.2.7
First I cant start it in "server type = inetd"
I even cant find the inetd.conf in my redhat linux 7.3 ect/*
after I start the proftpd in standalone mode. I only can login as local " ftp 127.0.0.1 "
but if I try to login as a extenal user
got this message
"500 Sorry, no server available to handle request on xxx.xxx.xxx.xxx"
Please help
由 dancingpig 在 10-22-2002 23:31 发表:
阿门,