bchelli/node-smb2

TypeError: cb.apply is not a function

MarcelKohlmeyer opened this issue · 1 comments

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.