Learn Linux: proftpd Cheatsheet
This is a cheatsheet of Linux commands for installing proftpd.
If you need a more detailed guide, check out: Installing and Configuring ftp with proftpd
Install proftpd:
apt-get install proftpd
Get proftpd version:
proftpd -v
Stop proftpd from running:
service proftpd stop
Start proftpd:
service proftpd start
Restart proftpd:
service proftpd restart
Proftpd configuration file:
/etc/proftpd/proftpd.conf
Leave A Comment