step1連接配接伺服器
我是用xshell連接配接,其他方式也可以;
step2安裝vsftpd
yum install -y vsftpd
systemctl enable vsftpd.service
systemctl start vsftpd.service
step3配置vsftpd
vim /etc/vsftpd/vsftpd.conf
anon_upload_enable=YES
chmod o+w /var/ftp/pub/
systemctl restart vsftpd.service
在浏覽器輸入ftp://ip就可以愉快的使用ftp啦