1
# Ubuntu 22 ARM sudo apt install vsftpd
sudo vim /etc/vsftpd.conf
utf8_filesystem=YES
sudo systemctl enable --now vsftpd
Setting Up a Basic FTP Server on Ubuntu 22