You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using smbclient v 4.13.17 and Win 10 as SMB server the server seems to reply with error NT_STATUS_OBJECT_NAME_INVALID which is not handled by the php wrapper.
The error is raised when requesting the allinfo. Here an example when connecting directly from the command line using the smbclient:
testuser@asterix:~$ smbclient -W WORKGROUP -U gpssim //123.456.789.12/test
Enter WORKGROUP\gpssim's password:
Try "help" to get a list of possible commands.
smb: \> ls
. D 0 Mon Apr 4 15:29:33 2022
.. D 0 Mon Apr 4 15:29:33 2022
131067391 blocks of size 4096. 130673114 blocks available
smb: \> allinfo /
NT_STATUS_OBJECT_NAME_NOT_FOUND getting alt name for \
smb: \> allinfo \
NT_STATUS_OBJECT_NAME_NOT_FOUND getting alt name for \
This behavior prevents me from connecting to a Win10 SMB share nextcloud/server#30751 (comment) (If I did not miss anything else 😅 )
The text was updated successfully, but these errors were encountered:
Using
smbclient
v 4.13.17 and Win 10 as SMB server the server seems to reply with errorNT_STATUS_OBJECT_NAME_INVALID
which is not handled by the php wrapper.The error is raised when requesting the
allinfo
. Here an example when connecting directly from the command line using thesmbclient
:This behavior prevents me from connecting to a Win10 SMB share nextcloud/server#30751 (comment) (If I did not miss anything else 😅 )
The text was updated successfully, but these errors were encountered: