We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
FtpClient::listDirDetails fixed (#21)
3b9b390
Merge pull request #22 from lazzard/fix-listDirDetails-method
21863d9
Hey, thanks for opening this issue.
The issue was fixed in PR #22 and a new version will be released soon! Thank you.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: