Need to enable Passive FTP?
1) Log into server via ssh
2) Open conf file
pico /etc/pure-ftpd.conf
3) Uncomment “PassivePortRange” and change to;
PassivePortRange 61001 65535
4) Save and restart;
service pure-ftpd restart
Categories: Linux ,Shell
You must be logged in to post a comment.