node-smb2
node-smb2 copied to clipboard
SMB2 Client
I can login with any domain or without domain using other linux smb2 client Error Message: ```javascript Error: STATUS_LOGON_FAILURE (0xC000006D) : The attempted logon is invalid. This is either due...
I have been trying to use smb2 to create a new folder on remote. I am not sure what 'path' is suppose to hold (absolute path on share, relative path...
Hi, I hope you're doing well. I have a question. Is there any method or any way to get current working directory?. Thanks Azam
Currently the lib offers to read and write files or folders. It would be cool to have an out-of-the-box copy feature. I guess one can have it by using current...
Hi, Can this be used for PROD environment or is it still in dev stage? Thank you
I am getting this error.However,My credentials are corre  ct
Got this message when trying to connect to smb service that I don't have access to The code so far ``` smb2Client = new SMB2Original({ share: '\\\\00.00.00.00\\abc_export$', domain: 'domain', username:...
Hello I found your smb2 is convenient. But I have a issue with remove file my folder: "dev" my file: "89b775f5-10c2-49d3-8b2c-c76000dad5bc.jpeg" ( existed) I tried to remove file follow: ```javascript...
I am trying to connect to an internal smb-share: ```JavaScript 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...