View Single Post
Old 11-07-2003, 01:15 PM  
odd
Senior Member
 
Join Date: Sep 2003
Posts: 273
Default

When Ive saw Mouton's results ive decided to benchmark myself but this
time to a dedicated ioFTPD server running with 1,2ghz Duron, 768mb DDR,
7200rpm disks, KT400 Mainboard, D-link 10/100 NIC. I tested both upload
and download but there wasnt any difference in the speeds.I think there
is a big difference between my result and Mouton.


Require_Encrypted_Auth = *
Require_Encrypted_Data = *
Certificate_Name = xxxx
Explicit_Encryption = True
Encryption_Protocol = SSL3
Min_Cipher_Strength = 128
Max_Cipher_Strength = 384



Here ive tested 15mb file.
Quote:
__Without_encryption__
150 Opening BINARY mode data connection for some.sort.of.file.rar.
226 [PWD: /archive/some.sort.of.file/ ]-[Section: Default]-[Credits: 2.9M]-[Ratio: Unlimited]-[Speed: 8200.1kb/s]
Transferred: some.sort.of.file.rar. 15_000_000 bytes in 1,83 (8_013,37 KBps)

Transfer queue completed
Transferred 55 files totaling 747_034_460 bytes in 01:16 (9_499,40 KBps)


__With_128bit_encryption__
Negotiating SSL/TLS session...
150 Opening BINARY mode data connection for some.sort.of.file.rar.
SSL/TLS negotiation successful...
SSL/TLS connection using cipher RC4-MD5 (128 bits)
226 [PWD: /archive/some.sort.of.file/ ]-[Section: Default]-[Credits: 2.9M]-[Ratio: Unlimited]-[Speed: 6277.5kb/s]
Transferred: some.sort.of.file.rar 15_000_000 bytes in 2,39 (6_126,49 KBps)

Transfer queue completed
Transferred 55 files totaling 747_034_460 bytes in 02:04 (6_017,40 KBps)
Here ive tested a 50mb file
Quote:
___Without_encryption__
150 Opening BINARY mode data connection for 50mb.file3.rar.
226 [PWD: /Upload/ ]-[Section: Default]-[Credits: 2.9M]-[Ratio: Unlimited]-[Speed: 10491.2kb/s]
Transferred: 50mb.file3.rar 52_500_000 bytes in 5,00 (10_253,91 KBps)

Transfer queue completed
Transferred 3 files totaling 157_500_000 bytes in 15,28 (10_200,86 KBps)


__With_128bit_encryption__
Negotiating SSL/TLS session...
150 Opening BINARY mode data connection for 50mb.file3.rar.
SSL/TLS negotiation successful...
SSL/TLS connection using cipher RC4-MD5 (128 bits)
226 [PWD: /Upload/ ]-[Section: Default]-[Credits: 2.9M]-[Ratio: Unlimited]-[Speed: 6259.5kb/s]
Transferred: 50mb.file3.rar 52_500_000 bytes in 8,25 (6_214,49 KBps)

Transfer queue completed
Transferred 3 files totaling 157_500_000 bytes in 25,05 (6_214,49 KBps)
I might have done something wrong but I dont think so. I wasnt sure what Mouton got and his url is down. Ive tested to send from myself to myself with encryption(128bit) and got around 3mb/s.
odd is offline   Reply With Quote