There are many open-source FTP workers accessible for Linux. The most famous and broadly utilized are PureFTPd , ProFTPD , and vsftpd . In this instructional exercise, we’ll be introducing vsftpd (Very Secure Ftp Daemon). It is a steady, secure and quick FTP worker. We will likewise tell you the best way to arrange vsftpd to limit clients to their home registry and scramble the whole transmission with SSL/TLS.
Albeit this instructional exercise is composed for Ubuntu 18.04 similar directions apply for Ubuntu 16.04 and any Debian based dissemination, including Debian, Linux Mint and Elementary OS.
$ sudo apt-get update && sudo apt-get upgrade -y
$ sudo apt-get install vsftpd -y
sudo systemctl status vsftpd
In this instructional exercise, you figured out how to introduce and arrange a safe and quick FTP worker on your Ubuntu 18.04 server.