|
@@ -2,6 +2,7 @@ About SMBLibrary:
|
|
|
=================
|
|
|
SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0 and SMB 2.1 server implementation.
|
|
|
SMBLibrary gives .NET developers an easy way to share a directory / file system / virtual file system, with any operating system that supports the SMB protocol.
|
|
|
+SMBLibrary is modular, you can take advantage of Integrated Windows Authentication and the Windows storage subsystem on a Windows host or use independent implementations that allow for cross-platform compatibility.
|
|
|
SMBLibrary shares can be accessed from any Windows version since Windows NT 4.0.
|
|
|
|
|
|
Supported SMB / CIFS transport methods:
|
|
@@ -54,7 +55,7 @@ Using PCap.Net you can programmatically setup a virtual Network adapter and inte
|
|
|
|
|
|
Using SMBLibrary:
|
|
|
=================
|
|
|
-Any directory / filesystem / object you wish to share must implement the IFileSystem interface.
|
|
|
+Any directory / filesystem / object you wish to share must implement the IFileSystem interface (or the lower-level INTFileStore interface).
|
|
|
You can share anything from actual directories to custom objects, as long as they expose a directory structure.
|
|
|
|
|
|
Contact:
|