-
**Is your feature request related to a problem? Please describe.**
I'm trying to mount an SMB3 filesystem with Kerberos authentication (in a Linux machine), which I thought would work, since I could …
-
```
const SMB2 = require('@marsaud/smb2');
const fs =require("fs");
const smb2Client = new SMB2({
share: `\\\\000.000.000.000\\project`,
domain: 'DOMAIN',
username: 'username',
…
-
Currently Mirth Connect File Reader and File Writer settings for smb only support JCIFS's SMB1. The enhancement request would be to change to a different client library that will support SMB v2 and v…
-
Issue
See title, how can I get it correctly when using ksmbd. Just simple file ops would not be successful. ANY SUGGESTION or docs to follow。
Setup
linux version: ubuntu 22.04 kernel 5.15.0…
-
Hi,
I need to grab the owner name/SID and all the ACL data on a shared folder not files but only folder.
my little example:
```
tree = conn.connectTree("Data")
folder = conn.openFile(tree, '\\',…
-
**Describe the issue**
The SMB2 red door animation is not playing when using a door warp near it.
**Example Case**
(Level from Mario Bros. Back in Time by shadowyman400, irrelevant custom gra…
-
```
const SMB2 = require('@marsaud/smb2');
for(let i = 0;i{})
}
```
if the sharePath is a exist path ,everything is perfect.
if the sharePath is a error or unexist path ,and we try to **connec…
-
- nmap version: 7.40
- Steps to reproduct: Use smb-os-discovery against host running Microsoft Windows 10 x64 Enterprise (10.0.14393)
- Behavior: nmap does not return any host script results
- Expe…
-
Hello,
I am using v0.8.0 of your library and am running into an issue. Authentication seems to execute successfully, the SMB share creation indicates success as well. However, I am using the `SmbF…
-
I see that issue 454 appears to be another instance of this. I'm following that report to verify possible unescaped characters in password. The customer is remote and we don't have direct communicatio…