@envo - what the hell are you on about? FTP is hardly shaped on my capped account. Let's have a look.
Traceroute:
Code:
tinuva@tinuva-nix ~ % sudo tcptraceroute ftp.wa.co.za
Selected device enp0s3, address 10.0.0.203, port 52483 for outgoing packets
Tracing the path to ftp.wa.co.za (196.220.59.84) on TCP port 80 (http), 30 hops max
1 10.0.0.1 1.078 ms 0.717 ms 0.679 ms
2 196-210-201-1.dynamic.isadsl.co.za (196.210.201.1) 6.763 ms 6.959 ms 6.305 ms
3 cdsl1-ctn-vl2173.ip.isnet.net (196.38.72.113) 9.679 ms 8.583 ms 8.087 ms
4 196.35.115.128 9.156 ms 9.626 ms 7.669 ms
5 wa-is.isdsl.net (196.38.72.84) 7.771 ms 7.384 ms 8.348 ms
6 wnls-hr1-vl-140.wa.co.za (41.185.1.2) 9.098 ms 8.823 ms 7.947 ms
7 ftp.wa.co.za (196.220.59.84) [open] 8.409 ms [unknown, ACK] 8.760 ms 8.318 ms
Looks good. Let's do a random speedtest via ftp from the WA ftp server.
Code:
tinuva@tinuva-nix ~ % wget -O /dev/null ftp://ftp.wa.co.za/pub/archlinux/iso/archboot/2014.09/archlinux-2014.09-1-archboot-network.iso
--2014-09-28 13:31:21-- ftp://ftp.wa.co.za/pub/archlinux/iso/archboot/2014.09/archlinux-2014.09-1-archboot-network.iso
=> ‘/dev/null’
Resolving ftp.wa.co.za (ftp.wa.co.za)... 196.220.59.84
Connecting to ftp.wa.co.za (ftp.wa.co.za)|196.220.59.84|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD (1) /pub/archlinux/iso/archboot/2014.09 ... done.
==> SIZE archlinux-2014.09-1-archboot-network.iso ... 392167424
==> PASV ... done. ==> RETR archlinux-2014.09-1-archboot-network.iso ... done.
Length: 392167424 (374M) (unauthoritative)
100%[===================================================================>] 392,167,424 1.01MB/s in 6m 14s
2014-09-28 13:37:34 (1.00 MB/s) - ‘/dev/null’ saved [392167424]
wget -O /dev/null 2.85s user 29.21s system 8% cpu 6:13.77 total
Oh look at that! Max speed I can hope to get on my 10Mbps line. In fact the line can't go faster even if I wanted it to.
Well that was local, let's add in something international for good measure:
Code:
Host Loss% Snt Last Avg Best Wrst StDev
1. router 0.0% 11 0.8 0.7 0.5 0.8 0.0
2. 196-210-201-1.dynamic.isadsl.co.za 0.0% 11 6.7 7.3 6.6 7.9 0.0
3. cdsl1-ctn-vl2173.ip.isnet.net 0.0% 10 9.1 9.0 7.9 10.0 0.5
4. 196.35.115.128 0.0% 10 9.3 8.9 8.4 9.5 0.0
5. 168.209.6.13 0.0% 10 8.6 9.0 8.3 10.0 0.0
6. core1b-ctn-gi0-2.ip.isnet.net 0.0% 10 9.4 9.2 8.4 9.6 0.0
7. peering.thn.lon.leaseweb.net 0.0% 10 167.7 167.6 166.9 168.1 0.0
8. 31.31.32.69 0.0% 10 169.1 169.7 167.6 171.6 1.1
9. 31.31.38.43 0.0% 10 166.6 167.5 166.3 170.0 0.8
10. ???
11. mirror.nl.leaseweb.net 0.0% 10 169.4 182.3 168.9 265.1 29.8
tinuva@tinuva-nix ~ % wget -O /dev/null ftp://mirror.nl.leaseweb.net/debian-cd/7.6.0/amd64/iso-cd/debian-update-7.6.0-amd64-CD-1.iso
--2014-09-28 13:45:00-- ftp://mirror.nl.leaseweb.net/debian-cd/7.6.0/amd64/iso-cd/debian-update-7.6.0-amd64-CD-1.iso
=> ‘/dev/null’
Resolving mirror.nl.leaseweb.net (mirror.nl.leaseweb.net)... 94.75.223.121, 2001:1af8:4030:1:0:dead:beef:cafe
Connecting to mirror.nl.leaseweb.net (mirror.nl.leaseweb.net)|94.75.223.121|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD (1) /debian-cd/7.6.0/amd64/iso-cd ... done.
==> SIZE debian-update-7.6.0-amd64-CD-1.iso ... 111474688
==> PASV ... done. ==> RETR debian-update-7.6.0-amd64-CD-1.iso ... done.
Length: 111474688 (106M) (unauthoritative)
100%[===================================================================>] 111,474,688 591KB/s in 3m 22s
2014-09-28 13:48:25 (538 KB/s) - ‘/dev/null’ saved [111474688]
wget -O /dev/null 1.53s user 6.21s system 3% cpu 3:25.03 total
Ok so that is slightly more than half my line speed, but it is still
far better than the so called 384k line speeds that you make it out to be!