node-smb2 icon indicating copy to clipboard operation
node-smb2 copied to clipboard

SMB2 Client

Results 22 node-smb2 issues
Sort by recently updated
recently updated
newest added

Am getting ECONNRESET Issue while connecting the network folder with error no -4077

Basic support for readable and writeable streams (as discussed in #34 ). Works fine for me but could probably do with some testing :)

Add the ability to handle large file streaming with efficient memory usage. Able to handle 3GB+ with a memory footprint of 175MB.

I could connect to shared folder with smb2, doing readdir/readFile/writeFile ..etc all correctly. But could smb2 save images like fs.writeFile? My fs code : ` fs.writeFile("./public/images/imgFromNode.jpg", imgData, "binary", function (err)...

Are there any plans for implementing createReadStream and createWriteStream (they would be helpful when dealing with large files)? If welcomed I could work on a pull request for this. I...

I cant shake the error when using smb2 in its most basic form: Error reading SMB directory: Error: STATUS_INVALID_PARAMETER (0xC000000D) : An invalid parameter was passed to a service or...

I'm able to read share directory via explorer, I can also do create, update or delete via windows explorer as well. I'm able to connect to a share, read directory...

Hi, I'm using v9u-smb2 library in nodejs and trying to access shared folder , my Linux doesn't have a domain I'm trying to access like that : share: '\\172.18.196.24\samba3_directory', domain:...