@JS's Notes

Site with notes from my work.

ProFTPD with TLS on Ubuntu 18.10

2019-10-04 System @JS

Requirements: user with root privileges or non-root user with sudo privileges.

ProFTPD - installation and configuration

Update your operating system packages and install ProFTPD:

$ sudo apt update && sudo apt upgrade -y
$ sudo apt install proftpd openssl -y
$ systemctl status proftpd.service
$ sudo systemctl enable proftpd.service
Continue reading
Newer posts