Ftp Server

From rbachwiki
Jump to navigation Jump to search

Setting up an FTP server

apt install vsftpd ftp ufw

Check Status to see if it's running

systemctl status vsftpd

If it shows disabled

systemctl enable vsftpd

if it's not running

systemctl start vsftpd

Create an ftp user

useradd -m bach

set password

passwd bach