View Single Post
Old 11-13-2003, 01:06 PM  
icefuzion
Member
 
Join Date: Jan 2002
Posts: 37
Default Upload speed issues

Hello, im pretty new to ioFTPD, set up my first site with it a couple days ago. I've figured out everything with the help of the online guides, this forum, and the command packs available. I got one issue thats still buggin the heck out of me. Maybe someone here could help me solve it.

Im running registered version 5.2.9 ioFTPD.

I have another ftpd running on the same site and for some odd reason ioFTPD is getting a lot less speed on the uploads than the other ftpd (servu) does.

Note: There is no problem with the download speed, the download speed is working great, just the upload and fxping to ioftpd site:

Let me show you a comparision with a 15mb test file from the same site to my ioFTPD site: (there running on different ports)

other ftpd:
Transferred 1 file totaling 14.31 MB in 31.95 (494.73 KBps)

ioftpd:
Transferred 1 file totaling 14.31 MB in 01:15 (201.14 KBps)

I've looked at this thread:
http://www.ioftpd.com/board/showthre...?threadid=1894

and a couple others that talk about changing buffer speeds as well but nothing has worked so far.

Ive turned off SSL, and set ini like this:
[Any]
Host = 0.0.0.0
Ports = 1024-2048
Random = True
Global_Inbound_Bandwidth = 0
Global_Outbound_Bandwidth = 0
Client_Inbound_Bandwidth = 0 [*registered version*]
Client_Outbound_Bandwidth = 0 [*registered version*]
;Bind =


[FTP_Service]
Type = FTP
Device_Name = Any
Port = 5051
Description = My FTP Service
User_Limit = 20
Allowed_Users = *
;Messages = ..\text\ftp
Require_Encrypted_Auth = !*
Require_Encrypted_Data = !*
;Certificate_Name = 192.168.1.11
Explicit_Encryption = False
Encryption_Protocol = SSL3
Min_Cipher_Strength = 56
Max_Cipher_Strength = 384
;Get_External_Ident = True
;Data_Devices =
;Random_Devices = True
icefuzion is offline   Reply With Quote