Secure FTP with Linux
Secure FTP communication with your Linux host. These instructions apply to Ubuntu 18.04 and can easily be adapted for a vast majority of Linux platforms.
Install FTP Server
Run the following commands to install FTP (vsftpd):
sudo apt-get update
sudo...
devshell.io2 min read