ftp 上传文件时报 cant open output connection for file "ftp://129.28.149.240/shop/web/index.html". Reason: "550 Permission denied.".

原因:没有写入权限

修改权限即可 vsftpd.conf

vim /etc/vsftpd.conf
write_enable=YES #加入这句

猜你喜欢

转载自www.cnblogs.com/jiangfeilong/p/11141347.html