[Linux] Install ftp shared files

Install ftp service

sudo apt-get install vsftpd

Edit configuration file

sudo vi /etc/vsftpd.conf

No change

Restart the ftp service

sudo service vsftpd restart

WIN10 add network drive

ftp://xx.xx.xx.xx

Guess you like

Origin blog.csdn.net/Krone_/article/details/115372431