QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 637|回复: 0

用proftpd是电脑速度变得很慢

[复制链接]
发表于 2004-4-19 23:11:59 | 显示全部楼层 |阅读模式
本人菜鸟一个,最近在宿舍局域网内用proftpd建了一个ftp服务器,但是电脑速度变得很慢,即使在字符界面下打字也一顿一顿,此时的传输速度是5M/s左右。我用的是magic 1.1,以前在windows和redhat上建ftp并没有出现这样的问题。请各位大虾指教


我的配置文件是这样的

ServerType standalone
DefaultServer on
Umask 022
ServerName "10.10.20.248"
ServerIdent on "maniac"
Bind "10.10.20.248"
ServerAdmin [email protected]
IdentLookups off
UseReverseDNS off
Port 21
PassivePorts 49152 65534
#MasqueradeAddress None
TimesGMT off
MaxInstances 30
MaxLoginAttempts 30
TimeoutLogin 0
TimeoutNoTransfer 120
TimeoutIdle 120
User nobody
Group nobody
DirFakeUser off   nobody
DirFakeGroup off   nobody
DefaultTransferMode binary
AllowForeignAddress on
AllowRetrieveRestart on
AllowStoreRestart on
DeleteAbortedStores off
TransferRate RETR 0
TransferRate STOR 0
TransferRate STOU 0
TransferRate APPE 0
SystemLog /usr/local/var/log/secure
#gp_random_username_length 6
#gp_random_password_length 6
#gp_randomize_case lower
#gp_useradd_root_path /ftp
#gp_useradd_upload_path /upload
#gp_html_path /usr/local/var/www/ftp.html
#gp_welcome_name welcome.msg
<IfModule mod_tls.c>
TLSEngine on
TLSRequired on
TLSVerifyClient on
TLSProtocol
TLSLog
TLSRSACertificateFile
</IfModule>
&lt;Limit LOGIN&gt;
  AllowUser download
  DenyALL
&lt;/Limit&gt;

&lt;Anonymous /ftp&gt;
User download
Group download
AnonRequirePassword on
MaxClients 30"The server is full, hosting %m users"
DisplayLogin welcome.msg
DisplayFirstChdir .msg
AllowOverwrite off
&lt;Limit LOGIN&gt;
Allow from all
Deny from all
&lt;/Limit&gt;
&lt;Limit ROOT_DIR_ALLOW RETR LIST NLST MDTM SIZE STAT CWD XCWD PWD XPWD CDUP XCUP&gt;
AllowAll
&lt;/Limit&gt;
&lt;Limit ROOT_DIR_DENY DELE APPE STOR STOU SITE_CHMOD SITE_CHGRP RNFR RNTO MKD XMKD RMD XRMD&gt;
DenyAll
&lt;/Limit&gt;
&lt;Directory /ftp/upload/*&gt;
AllowOverwrite on
&lt;Limit UPLOAD_DIR_ALLOW LIST NLST MDTM SIZE SITE STAT APPE RETR STOR STOU MKD XMKD CWD XCWD PWD XPWD CDUP XCUP&gt;
AllowAll
&lt;/Limit&gt;
&lt;Limit UPLOAD_DIR_DENY DELE SITE_CHMOD SITE_CHGRP RMD XRMD RNFR RNTO&gt;
DenyAll
&lt;/Limit&gt;
&lt;/Directory&gt;
&lt;/Anonymous&gt;
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-8 20:40 , Processed in 0.034876 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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