PDA

View Full Version : Upload speed issues


icefuzion
11-13-2003, 01:06 PM
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/showthread.php?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

EwarWoo
11-13-2003, 04:06 PM
Befoire doing anything else update to latest version. 5.2.9 has some known issues.

icefuzion
11-13-2003, 06:17 PM
Ok, I downloaded the updated exe and replaced it and tried to run ioFTPD but I dont get any responce whatsoever when I connect.

Is there something else I need to change from 5.2.9u to 5.2.14u

nvm, got it to work..

Same thing with the updated version...:( tested it again and same issue as above.

Would it matter if ioftpd was on a different drive than the ftproot in the VFS?

wooolF[RM]
11-13-2003, 08:00 PM
Originally posted by icefuzion
Would it matter if ioftpd was on a different drive than the ftproot in the VFS? not at all

icefuzion
11-13-2003, 10:24 PM
Originally posted by wooolF[RM]
not at all

Hmm, then where do I go from here?

Mouton
11-13-2003, 11:07 PM
what port is serv-u running of ?
have u tried shutting down serv-u and using same port serv-u use for io ?

icefuzion
11-13-2003, 11:12 PM
Originally posted by Mouton
what port is serv-u running of ?
have u tried shutting down serv-u and using same port serv-u use for io ?

I had servu running on 6069..

I just tried that now. I just down servu and used the same port it was using on ioftpd. I tested the same files same place again, and same thing. Extremely slow upload...exactly how it is in my first post.

Mouton
11-13-2003, 11:18 PM
try:
site change username speedlimit 0 0

icefuzion
11-13-2003, 11:24 PM
Originally posted by Mouton
try:
site change username speedlimit 0 0

Thanks for helping me try and solve this btw. :D I hope I can fix it.

anyways... I tried that line above with my username in there..reconnected to ioftpd and didnt seem to make a difference.

icefuzion
11-16-2003, 07:40 PM
Hmm I tried reinstalling too. Seems as though it still hasnt fixed it :rolleyes: