Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fabiocosta0305 opened this issue Sep 6, 2024 · 2 comments
Open

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

fabiocosta0305 opened this issue Sep 6, 2024 · 2 comments

Comments

@fabiocosta0305
Copy link

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
Copy link
Author

2024090616363600-DB1426D1DFD034027CECDE9C2DD914B8

@cy33hc
Copy link
Owner

cy33hc commented Sep 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants