How to configure FTP server on Ubuntu 20.04
First of all Make sure your system is up to date,
To do that, type the following command
sudo apt update && sudo apt upgrade
Step 1 - Install vsftpd
Use the following command to install vsftpd
sudo apt install vsftpd
Step 2 - Configure Firewall
Let’s...
blog.altmash.me3 min read