SMBLibrary icon indicating copy to clipboard operation
SMBLibrary copied to clipboard

Free, Open Source, User-Mode SMB 1.0/CIFS, SMB 2.0, SMB 2.1 and SMB 3.0 server and client library

Results 10 SMBLibrary issues
Sort by recently updated
recently updated
newest added

Hi, I'm at a roadstop, can anyone help on why TreeConnect returns an ErrorResponse when following line is called 3 times: (MainPageViewModel.cs : 263) `fileList = smbService.Smb2GetFileList(MySmbInfo);` It seems that...

Currently, consumers of the client API's have to store and track the client state themselves when the client already contains this data. This pull request exposes these properties on the...

I've just noticed that the NTLM messages being exchanged do not include a MIC in the authentication message. Just thought it best to open an issue to track this feature...

In my implementation of IFileSystem, I am caching FileSystemEntry objects because the contents I am serving are static, so I can skip going to the filesystem most of the time....

Hi, Getting this exception thrown. Appears to be an issue with the .net framework or SMBLibrary's communication with it. SMBLibrary v1.5.0.1 .net8.0 running on Windows 10. ``` Unhandled exception. System.ArgumentOutOfRangeException:...

Add Rename File - SMB2Client

Attempting to fileshare between a Windows 7 SP1 machine and Windows for Workgroups 3.11 machine. Problem is with: Console.WriteLine("attempt to connect"); bool isConnected = client.Connect(IPAddress.Parse("100.1.1.4"), SMBTransportType.NetBiosOverTCP, true, 1000); Console.WriteLine("check if...

Hi, we're using version 1.5.3.5, and from time to time, we get the exception with the stack trace from below. I noticed that every time, just before this happens, we...

Hello, first of all my best appreciation for the great work done here in SMBLibrary (very very useful), I open the issue (I hope I did it in the right...