slow ftp upload (proftpd)

mdr

Verified User
Joined
Apr 19, 2006
Messages
45
Location
Zaventem
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!
 
Did you happen to make any firewall changes recently? I recall having problems a while back after making some changes.
 
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,
 
Add this in /etc/proftpd.conf

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

/sbin/service proftpd restart
 
Last edited:
Back
Top