Ftp Server

From rbachwiki
Revision as of 20:34, 28 June 2023 by Bacchas (talk | contribs) (Created page with "== 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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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