-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directory not empty when calling rmdir recursively #159
Comments
I also have this problem. In my case it works on directories that only contain files, but on directories that contain other directories it fails. Here's the error that I get, I'm not sure how usefull it is since I use your library through promise-ftp. I'll try to reproduce it with your library alone on monday.
|
Ok I just tested it with this library and it seems to work now. So in my case the issue is probably with promise-ftp |
I cannot delete a folder that is not empty :( this is my code :
And I'm always getting the same error:
Any idea? |
I'm trying to remove folder with its contents using
rmdir
method withrecursive
parameter that is set totrue
.Documentation says:
But I'm getting an error:
Anyone tried similar operation? Please help.
The text was updated successfully, but these errors were encountered: