-
Hi.
I'm using `libsmb2` on a Windows 11 laptop to connect to a Samba drive on a Linux embedded device. The connection happens through a USB3 cable, where the embedded device is detected as a networ…
-
### Check for previous/existing GitHub issues
- [X] I have checked for previous/existing GitHub issues
### Issue Type?
Feature Request
### Module Name
avm/res/storage/storage-account
…
-
store_file() leads to "TypeError: can't concat bytes to str" exception in smb\smb2_structs.py.
It looks that opening file_obj in binary mode ('rb') fixes the issue.
```
--- easypysmb.py (revisi…
-
```
What steps will reproduce the problem?
1.Start mplayer and OPEN>FILE>SMB...
2.Pick SMB1 (smb.conf is done rigt, double checked, it worked on earlier
version) and nothing happends, just blank scree…
-
```
What steps will reproduce the problem?
1.Start mplayer and OPEN>FILE>SMB...
2.Pick SMB1 (smb.conf is done rigt, double checked, it worked on earlier
version) and nothing happends, just blank scree…
-
```
What steps will reproduce the problem?
1.Start mplayer and OPEN>FILE>SMB...
2.Pick SMB1 (smb.conf is done rigt, double checked, it worked on earlier
version) and nothing happends, just blank scree…
-
Connecting to this DFS using Mac Finder or Windows machine works fine with same credentials, but looks like smbj is trying to authenticate user at root level of the target server.
Error occurs in c…
-
I have this code:
```
const smbClient = new SMB2({
share: '\\\\127.0.0.1\\f',
domain: 'WORKGROUP',
username: 'user',
password: 'pass'
});
function downloadFile (path, destination) {
…
-
Currently, for the CentOS 7 package I wrote at least, winexe uses SMB1 protocol. In _most_ places that is going to be disabled due to the ransomware exploit that occurred recently. The winexe package …
-
I'm using ksmbd as smb server on an openwrt device
This is ksmbd's config
```
[global]
netbios name = kvvm
server string = Ksmbd on OpenWrt
workgroup = WORKGROUP
…