Open fabiocosta0305 opened 2 months ago
I want to use SMB Remote on a public (empty user/pass - anonymous) connection share without providing a password
I can write files server/Switch side, not Switch/server side.
It returns
Open fialed wit (0xc0000003a) STATUS_OBJECT_PATH_NOT_FOUND
Any tip?
On a user/pass situation it worked
The server probably only allowing anonymous READ but not WRITE. On server side, you need to grant share permission with "Everybody: Read/Write"
I want to use SMB Remote on a public (empty user/pass - anonymous) connection share without providing a password
I can write files server/Switch side, not Switch/server side.
It returns
Open fialed wit (0xc0000003a) STATUS_OBJECT_PATH_NOT_FOUND
Any tip?
On a user/pass situation it worked