libdsm icon indicating copy to clipboard operation
libdsm copied to clipboard

An all platform (Andorid、iOS、Unity、Flutter) wrapper for the libdsm(Defective SMB) library

Results 13 libdsm issues
Sort by recently updated
recently updated
newest added

` Future getShareList() async { if (_dsmId == null) { return ""; } String listJson = await _methodChannel .invokeMethod('DSM_get_share_list', {'id': _dsmId}); return listJson; } ` should change the listJson type...

The app is very simple in itself and has these features: Creating a folder with a custom name in a specific path Within the created folder, other folders must be...

When logging in to the smb server I am getting this error ![obraz_2023-11-25_221529182](https://github.com/biezhihua/libdsm/assets/73389814/4f2aaa7c-37d3-4fd6-887e-44505712a579)

Is Windows support planned for this library (not only iOS and Android)?

later
feature

iOS unable login return -2,but the same code in android can login

This happens on Xcode Version 13.0 (13A233). I must download the toolchain to resolve this. Can you update version about swift in this project?

when i run on IOS device, get this error [libdsm_flutter/libdsm/ios/Classes/SwiftDsmPlugin.swift:3:8](): error: missing required module 'dsm_birdge' import libdsm_ios how can I resolve this? Xcode version 13.2.1 (13C100) IOS version 15.3.1

when I upload NSData file,but get error: "smb_fwrite(smb_session *s, smb_fd fd, void *buf, size_t buf_size) " return -1

` /// Login to an SMB server, if login fails, it will try to log in again with Gust identity. Future login(String host, String loginName, String password) async { if...

I tried this => To log in, translate the host address to the host name by using the inverse() method but also returns "Unable to perform name resolution for 192.168...."...

bug