QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1039|回复: 5

请教一个蹊跷的FTP下载速度的问题

[复制链接]
发表于 2003-10-4 11:36:44 | 显示全部楼层 |阅读模式
我用的是MDK9.1+proftpd1.2.8架设了一个FTP服务器,为什么别人下载的速度只有最大0.5k每秒啊,不知道我这个配置是不是有错误:

# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName "LonelyIsland FTP Server"
ServerType standalone
DefaultServer on

ServerIdent on "Welcome to LonelyIsland's FTP"

IdentLookups off
UseReverseDNS off
RequireValidShell off
MaxLoginAttempts 3
CommandBufferSize 128
DirFakeUser on   FTP
DirFakeGroup on   FTP
DeferWelcome on
TimesGMT off

MaxInstances 250
TimeoutLogin 30
TimeoutIdle 120
TimeoutNoTransfer 300

Port 2121

Umask 002

User nobody
Group nobody

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
#DefaultRoot /mnt/win_d/server

# Normally, we want files to be overwriteable.
<Directory /mnt/win_d/server>
  AllowOverwrite on
<Limit /bin/bash>
</Limit>
</Directory>

<Anonymous /mnt/win_d/server>
User ftp
Group ftp

Umask 002

UserAlias anonymous ftp

MaxClients 100 "User are too many (%m)"

DisplayLogin welcome.msg
DisplayFirstChdir .message

  # Limit WRITE everywhere in the anonymous chroot
  <Limit WRITE>
    DenyAll
  </Limit>
</Anonymous>
 楼主| 发表于 2003-10-4 11:42:12 | 显示全部楼层
忘了说了,我是小区宽带接入上网
回复

使用道具 举报

发表于 2003-10-4 12:17:38 | 显示全部楼层
你带宽有没有问题 从配置文件来看没问题
回复

使用道具 举报

 楼主| 发表于 2003-10-4 13:17:27 | 显示全部楼层
我在2000下用CrobFTP作最低都是60多k每秒,也是ADSL下载的速度
回复

使用道具 举报

发表于 2003-10-5 15:25:27 | 显示全部楼层
这个多半和宽带有联系,一般的ADSL都是非对称的,即上行和下行带宽不一样
本人糊猜,仅供参考!
回复

使用道具 举报

 楼主| 发表于 2003-10-5 15:34:18 | 显示全部楼层
我觉得可能是proftpd对外网有什么设置吧~~~~~,但不知道怎么弄,外网的ADSL访问和拨号的速度一样,还有我用的是DHCP,不是固定的IP,而且别人下载还极为的不稳定!!!!!!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-15 23:34 , Processed in 0.055129 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表