Calling $share->stat('my/directory') returns this error:
"Malformed state response from server"
In fact $output is empty here! We're using the smbclient Backend, calling it manually returns correct data:
# smbclient -U USER -W workgroup \\\\server\\share
smb: \> allinfo "my/directory.not-exists"
NT_STATUS_OBJECT_NAME_NOT_FOUND getting alt name for \my/directory.not-exists
We're using the smbclient backend. Neither 4.9.5 (debian buster standard) nor 4.14.8 (van-belle repo) works. The server is an old Mac OS.
This problem only occurs on version 3.5.0 & 3.5.1! Version 3.4.1 is fine!