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
./smbserver.py -username test -password test "MY SHARE" /home
./smbclient.py test:[email protected]
Neither of the following commands work:
use "MY SHARE"
use MY\ SHARE
Both commands fail with STATUS_OBJECT_PATH_NOT_FOUND
smbclient works fine on the other hand:
smbclient //127.0.0.1/"MY SHARE" -U test%test