Installationsanleitung

Installation mit folgenden Befehlen:

#update package list
sudo apt update

#install vsftpd daemon & service
sudo apt install vsftpd

#copy original configuration file
sudo cp /etc/vsftpd.conf /etc/vsftpd.conf.orig

#configure firewall
sudo ufw allow 20,21,22,990/tcp
sudo ufw allow 40000:50000/tcp
sudo ufw enable

 


Revision #2
Created 8 June 2024 10:53:27 by Ralph Niederer
Updated 8 June 2024 11:20:52 by Ralph Niederer