PDA

View Full Version : slow ftp upload (proftpd)


mdr
07-03-2006, 05:47 AM
I found this issue mentionned a couple of times in the DA-forums but didn't find a real fix.

Everthing worked fine until a couple of days ago. (http& ftp ) download goes very fast but ftp upload is very slow.

The OS is Fedora 4, I already tried the following:

* restart proftpd
* stop APF
* upgrade to 1.3.0
* ftp upload using active as well as passive

The issue remains....

Thanks in advance!

sth-peter
07-03-2006, 08:04 PM
Did you happen to make any firewall changes recently? I recall having problems a while back after making some changes.

Aziz
07-03-2006, 10:03 PM
its nothing with your system..

services either work or don't work, they get slow only when there is an overload,otherwise check your connections+network

peace,

chatwizrd
11-08-2006, 07:42 PM
Add this in /etc/proftpd.conf



<IfModule mod_delay.c>
DelayEngine off
IdentLookups off
UseReverseDNS off
</IfModule>



/sbin/service proftpd restart