Install FTP Server vsFTPd On Ubuntu

vsFTPd is a lightweight FTP server.
After installation, we can use filezilla to upload or download files.

Installation
sudo apt install vsftpd
Configuration

We may encounter “550 permission denied” error, which impossible to upload files.

vi /etc/vsftpd.conf
write_enable=YES

Then restart vsftpd daemon.

sudo service vsftpd restart

1 Response

  1. January 14, 2022

    […] we need to prepare an ftp/sftp server. If you are using Ubuntu server, you can refer to this article of mine. Then copy the Log4j patch to the ftp/sftp server, the patch can be downloaded […]

Leave a Reply

Your email address will not be published.