Delete folder recursively #1002
-
Hello! I want to thank this incredible project. I'm having a problem when I try to delete a folder when files or other folders on it in the website interface. I'm getting the message "Unable to delete directory "/Testfolder": failure". If I delete folder by folder from the deepest one, I can delete all of them, so it isn't a permission problem. I think the interface it is not able to delete recursively. I don't know if I'm doing something wrong or I missconfigured something. Thank you a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, this is not currently supported. The web UI simply reuses the same deletion method used for SFTP and thus mimics its behavior (deletion of non-empty folders is not allowed). Additionally, recursive deletion may take a long time for cloud backends with many nested files/folders |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Hi,
this is not currently supported. The web UI simply reuses the same deletion method used for SFTP and thus mimics its behavior (deletion of non-empty folders is not allowed). Additionally, recursive deletion may take a long time for cloud backends with many nested files/folders