cy33hc / switch-ezremote-client

GNU General Public License v3.0
44 stars 3 forks source link

SMB Remote connection on public (empty user/pass) share #11

Open fabiocosta0305 opened 2 months ago

fabiocosta0305 commented 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

fabiocosta0305 commented 2 months ago

2024090616363600-DB1426D1DFD034027CECDE9C2DD914B8

cy33hc commented 2 months ago

The server probably only allowing anonymous READ but not WRITE. On server side, you need to grant share permission with "Everybody: Read/Write"