今天在阿里云的linux上搭建ftp服务的时候,搭建成功之后,上传文件时总提示553 Could not create file,找了半天原因,终于解决了
ftp主目录为/home/myftp
chmod -R 755 /home/myftp
mkdir /home/myftp/upload
chown ftp:myftp /home/myftp/upload
Posted 猎美
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux中ftp提示--553 Could not create file相关的知识,希望对你有一定的参考价值。
今天在阿里云的linux上搭建ftp服务的时候,搭建成功之后,上传文件时总提示553 Could not create file,找了半天原因,终于解决了
ftp主目录为/home/myftp
chmod -R 755 /home/myftp
mkdir /home/myftp/upload
chown ftp:myftp /home/myftp/upload
以上是关于linux中ftp提示--553 Could not create file的主要内容,如果未能解决你的问题,请参考以下文章
ftp上传文件报错:ftp recv: 553 Could not create file.
linux 系统filezilla无法上传文件 553 Could not create
为啥我的电脑登录不了FTP?提示“A connection with the server could not be established”
Linux : 密码正确不能正常登陆,日志提示Could not get shadow information for user
mybatis+spring boot, mapper 提示Could not autowire. No beans of … type found