Explicit FTP over SSL limited to 100 mbps

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
Deepcuts
504 Command not implemented
Posts: 9
Joined: 2014-02-22 00:48
First name: Constantin
Last name: Razvan

Explicit FTP over SSL limited to 100 mbps

#1 Post by Deepcuts » 2014-05-16 23:03

Hello

I have a strange problem with my FileZilla client.

I have two locations with 1 Gbps internet, same provider.
Number of hops between the locations is 3.
Both locations using 1 Gbps links.
Using "Require explicit FTP over SSL" seems to be limited to max 100 Mbps.
While using standard FTP, without any kind of encryption, the speed is between 60-80 MBps.

I have checked the resources on both machines and everything checks out. CPU usage is low, RAM usage is low.

Any clue what might be causing this limitation while using "Explicit FTP over TLS"?

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: Explicit FTP over SSL limited to 100 mbps

#2 Post by boco » 2014-05-17 00:28

Are you sure it's limited to 100Mbps? FileZilla displays speeds in MB/s.

1 Byte = 8 bits

1Gbps=125MB/s, when overhead and congestion is taken into account 100MB/s is a good speed.

As for the difference to plain FTP, in plain FTP there is no encryption and the firewall/router will do deep-packet inspection, slowing the stream down.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Deepcuts
504 Command not implemented
Posts: 9
Joined: 2014-02-22 00:48
First name: Constantin
Last name: Razvan

Re: Explicit FTP over SSL limited to 100 mbps

#3 Post by Deepcuts » 2014-05-17 08:45

Hello boco,

I am sure.
100 mbps might be a good speed, but I am paying for 1 Gbps and would like to use the speed together with some security (using TLS)
As I stated, the CPU is on the low low, so encryption is no problem, resource wise.
I know the math and the fact that FileZilla shows the speed in MBps and not Mbps.

Both machines are connected directly to the internet, without a router.

Still, the question remains: why while using TLS, the speed is capped at 100 Mbps and without TLS I can get full 1 Gbps?

Deepcuts
504 Command not implemented
Posts: 9
Joined: 2014-02-22 00:48
First name: Constantin
Last name: Razvan

Re: Explicit FTP over SSL limited to 100 mbps

#4 Post by Deepcuts » 2014-05-17 09:14

Switched to SFTP.
It seems that enabling compression in SSH did the trick.
Still not as fast as plain FTP, but that is to be expected.
Now encrypted SFTP is only about 10 % slower, if not less, than FTP.

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: Explicit FTP over SSL limited to 100 mbps

#5 Post by boco » 2014-05-17 12:13

I just meant that FileZilla displays speeds in Bytes per second. You are paying for 1 Gigabits per second. That is, divided by eight, 125 MegaBytes per second. In the other direction, 100 MegaBytes shown in FileZilla are 800 Megabits as your ISP would show.

Maybe you just fell victim to that conversion problem. :)
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

xeon
226 Transfer OK
Posts: 131
Joined: 2009-08-19 03:18

Re: Explicit FTP over SSL limited to 100 mbps

#6 Post by xeon » 2014-05-17 20:23

Deepcuts wrote:Hello

I have a strange problem with my FileZilla client.

I have two locations with 1 Gbps internet, same provider.
Number of hops between the locations is 3.
Both locations using 1 Gbps links.
Using "Require explicit FTP over SSL" seems to be limited to max 100 Mbps.
While using standard FTP, without any kind of encryption, the speed is between 60-80 MBps.

I have checked the resources on both machines and everything checks out. CPU usage is low, RAM usage is low.

Any clue what might be causing this limitation while using "Explicit FTP over TLS"?
Which FTP server software are you running?

Deepcuts
504 Command not implemented
Posts: 9
Joined: 2014-02-22 00:48
First name: Constantin
Last name: Razvan

Re: Explicit FTP over SSL limited to 100 mbps

#7 Post by Deepcuts » 2014-05-17 20:36

Xeon: using proftpd.
boco: I stated 100 Mbps, not 100 MBps, meaning maximum 12.5 MBps. In my tests without compression and SFTP, more like 7-8 MBps.
If the speed was 100 MBps, I would not have been "upset" at all :)
Indeed, I fell victim today. I was shoot at paintball from close range. BASTARDS!

xeon
226 Transfer OK
Posts: 131
Joined: 2009-08-19 03:18

Re: Explicit FTP over SSL limited to 100 mbps

#8 Post by xeon » 2014-05-17 20:42

Deepcuts wrote:Xeon: using proftpd.
boco: I stated 100 Mbps, not 100 MBps, meaning maximum 12.5 MBps. In my tests without compression and SFTP, more like 7-8 MBps.
If the speed was 100 MBps, I would not have been "upset" at all :)
Indeed, I fell victim today. I was shoot at paintball from close range. BASTARDS!
I'm not sure about newer versions, but some older versions of proftpd actually had low throughput via FTPES for some reason.

I'd boot up some Linux distro (unless you already run Linux on the client-end) and use cURL to try grabbing a large file via FTPES.

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: Explicit FTP over SSL limited to 100 mbps

#9 Post by boco » 2014-05-18 00:29

boco: I stated 100 Mbps, not 100 MBps, meaning maximum 12.5 MBps. In my tests without compression and SFTP, more like 7-8 MBps.
If the speed was 100 MBps, I would not have been "upset" at all :)
You wouldn't believe how many users confuse bits and Bytes. Just wanted to get that out of the way.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply