Slow download speed via ethernet cable on raspberry 3 b+

Hi,

May find it more stable if you reduce the speed to 10/100 rather than gigabit:

sudo apt-get update
sudo apt-get install ethtool
sudo ethtool -s eth0 speed 100 duplex full autoneg on

Then test the speed again.

Thanks Tom.