博客P1ratRuleZZZ

缓慢的proftpd: 龙开文件夹, 速度慢

有一个与proftpd的问题. 通过AVPlayer我有时直接通过FTP看电影, 但不知何故,所有的很长一段时间突然开始打开,钝. Pohuhlyv, 我发现了一个解决方案.

首杀nafig proftpd的

/etc/init.d/proftpd stop
ps aux | grep proftpd | awk '{print $2}' | while read F; do kill -9 $F; 完毕

现在爬在conf.d新文件创建,在文本编辑器打开它 (纳米, 我们, VIM, gedit中):

UseIPv6 off

# Тут можно раскомментить, но это дает защиту от частых соединений
# DelayEngine off

IdentLookups off
UseReverseDNS off

并运行服务器:

/etc/init.d/proftpd start

Exit mobile version