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

I have strange behavior with sambaClient on Linux SMB share #61

Open
LuckyanenkoArtur opened this issue Feb 15, 2024 · 0 comments
Open

Comments

@LuckyanenkoArtur
Copy link

When I try to connect to Linux SMB share I got error:
ERROR: do_connect: Connection to 192.168.234.223 failed (Error NT_STATUS_IO_TIMEOUT)

const client = new sambaClient({
  address: "//192.168.200.207/exp",
  domain: "LOREANS",
  username: "loran",
  password: "Asd12345",
  maxProtocol: 'SMB3',
  maskCmd: true,
});

But when I connect through smbclient directly trough Linux terminal, everything is fine, and to Windows SMB share is working correctly too

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

1 participant