Server Monkey is looking for tutorial writers to join our staff. Interested applicants can send a quick introduction of themselves to apply@server-monkey.com

Pure-FTPd and Passive FTP

posted by Mark Muyskens

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


Leave a Reply

You must be logged in to post a comment.