Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.
This repository was archived by the owner on May 30, 2025. It is now read-only.

Malformed state response from server #109

@MatthiasKuehneEllerhold

Description

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions