问题描述

在执行目录删除时,产生如下提示:

Command:	RMD deliver-master
Response:	550 Remove directory operation failed.

问题原因

当服务器进行查看,发现目录存在 dot file(我们常说的隐藏文件,以点(.)开头的文件)

解决方法

修改 vsftpd.conf 配置(如下),以强制显示所有的 dot file,并重启服务,再次进行删除:

force_dot_files=YES

参考文献

K4NZ/Remove directory operation failed
Enable display of hidden dot files in VSFTPD | Shkodenko


相关文章:

  • 2022-12-23
  • 2022-02-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2021-09-26
  • 2022-01-01
  • 2022-12-23
相关资源
相似解决方案