LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   vsftpd very slow upload (https://www.linuxquestions.org/questions/linux-enterprise-47/vsftpd-very-slow-upload-484790/)

backroger 09-18-2006 07:30 PM

vsftpd very slow upload
 
Hi...

I'm having trouble of transfering my files (upload) to the server. my iptraf report it only has doing TCP FLow Rate of 1.2kbits/s sometimes lower but my connection is:

[root@ogie ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:13:D3:66:DA:62
inet addr:10.66.0.1 Bcast:10.66.255.255 Mask:255.255.0.0
inet6 addr: fe80::213:d3ff:fe66:da62/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:411708 errors:0 dropped:0 overruns:0 frame:0
TX packets:276999 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:482137437 (459.8 MiB) TX bytes:20430321 (19.4 MiB)
Interrupt:10 Base address:0xe000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:49 errors:0 dropped:0 overruns:0 frame:0
TX packets:49 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3118 (3.0 KiB) TX bytes:3118 (3.0 KiB)

[root@ogie ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.66.0.0 * 255.255.0.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth0
default 10.66.255.254 0.0.0.0 UG 0 0 0 eth0
[root@ogie ~]#

I just transfer it from another computer within the switch hub its self. my vsftpd.conf is:

anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
chown_uploads=YES
chown_username=ogie
xferlog_std_format=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd/vsftpd.chroot_list
pam_service_name=vsftpd
userlist_enable=YES
listen=YES
tcp_wrappers=NO

Firewall is disabled, SELinux is warn. My download is fine TCP Flow Rate @ 78.86kbits/s

Help!!


All times are GMT -5. The time now is 03:26 AM.