We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
But when I connect through smbclient directly trough Linux terminal, everything is fine, and to Windows SMB share is working correctly too
The text was updated successfully, but these errors were encountered: