node-smb2
node-smb2 copied to clipboard
TypeError: cb.apply is not a function
I am trying to connect to an internal smb-share:
const client = new SMB2({
share:"\\\\172.16.0.76\\rw",
username:"*USER*",
password:"*PASS*",
domain:"DOMAIN",
autoCloseTimeout:0
});
I can connect to that share from the host using windows tools, but instantly getting following message:
TypeError: cb.apply is not a function
Hey,
Did you fixed this error? Or any work around please.