
Then we can proceed to install vsftpd: $ sudo apt install vsftpd We will start by updating the Ubuntu 20.04 packages with the command: $ sudo apt update

SSL/TLS support is built into many internet communications frameworks and the certificate visibility offers higher trust for authentication. Vsftpd among other features has IPv6 and TLS support, we can use also use SFTP ( SSH File Transfer Protocol ) to run FTP over SSH, but for this tutorial, you will learn how to secure FTP with SSL/TLS. Vsftpd is a stable, fast, and secure FTP server used for file transfers from the client to remote servers and vice versa.

Vsftpd ( Very Secure File Transfer Protocol Daemon ) is the default FTP server for Ubuntu, CentOS, Fedora, and RHEL Linux distributions.
