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