Skip to content
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

removeDir() does not work on empty folders #21

Closed
ceab254 opened this issue Sep 30, 2021 · 1 comment
Closed

removeDir() does not work on empty folders #21

ceab254 opened this issue Sep 30, 2021 · 1 comment

Comments

@ceab254
Copy link

ceab254 commented Sep 30, 2021

Hey, when I want to delete an empty dir with $client->removeDir('test'); I get the following error:

[FtpClientException] - Unable to get files list for [test] directory

When I use $client->listDirDetails('test') on an empty folder I also get the same error.

Thanks for the package

AmraniCh added a commit that referenced this issue Oct 1, 2021
AmraniCh added a commit that referenced this issue Oct 1, 2021
@AmraniCh
Copy link
Member

AmraniCh commented Oct 1, 2021

Hey, thanks for opening this issue.

The issue was fixed in PR #22 and a new version will be released soon! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants