这是因为linux的目录没有对ftp用户开启写入权限造成的
shell窗口——sudo chmod 777 html
此处html为ftp在linux里的目录
开启或关闭ftp服务器的被动模式
ftp> passive
Passive mode off. //已关闭
ftp> passive //再次运行命令可打开
Passive mode on. //已开启
连接linux的ftp出现“553 Could not create file.”
最新推荐文章于 2023-09-25 17:20:15 发布