使用nodejs ftp插件时,无法删除非空文件夹

时间:2016-09-10 14:22:41

标签: javascript node.js ftp

我尝试使用rmdir方法(来自this npm package)删除带有内容的文件夹,并使用设置为true的递归参数。

文档说:

  

如果递归,则此调用将删除目录中的内容(如果它不为空)。

但是我收到了错误:

throw new Error(err)
             ^
Error: Error: /path_on_ftp: Directory not empty

有人尝试过类似的操作吗?请帮忙。

1 个答案:

答案 0 :(得分:0)

陈述:this call will delete the contents of the directory。不是目录本身。