Published: November 22, 2013
Personally I can’t believe it. I never really thought I’d get to the bottom of this one. But it looks like setting up my own FTP server is what it took to find the fix.
So first, here’s the environment:
And this is the error:
And now for the fix. You may need to adapt this depending on your Linux distro, FTP server, firewall, port ranges, or number of users.
echo "46700 46800" > /etc/pure-ftpd/conf/PassivePortRange
ufw allow 46700:46800/tcp
/etc/init.d/pure-ftpd-mysql restart
I hope this helps you