Browse Source

Updated Readme files

Tal Aloni 7 years ago
parent
commit
1e189b1735
3 changed files with 6 additions and 3 deletions
  1. 2 1
      Readme.md
  2. 2 1
      SMBLibrary/Readme.md
  3. 2 1
      SMBLibrary/Readme.txt

+ 2 - 1
Readme.md

@@ -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:

+ 2 - 1
SMBLibrary/Readme.md

@@ -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:

+ 2 - 1
SMBLibrary/Readme.txt

@@ -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:
@@ -57,7 +58,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: