This is a simple installation note for Linux FTP server vsftpd. I only want it to communicate with my PC Filezilla client to upload/download files. No fancy nor serious configuration wanted.
1. Install the software
Kevin Lee
19 March 2020
Hong Kong.
1. Install the software
- sudo apt-get install vsftpd
- sudo nano /etc/vsftpd.conf
- local_umask = 022
- write_enable = true
- sudo systemctl start vsftpd
- sudo systemctl enable vsftpd
- sudo systemctl restart vsftpd
Kevin Lee
19 March 2020
Hong Kong.
Comments
Post a Comment