Updated Readme files

This commit is contained in:
Tal Aloni 2017-07-28 18:33:41 +03:00
parent d715acb050
commit 1e189b1735
3 changed files with 6 additions and 3 deletions

View file

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

View file

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

View file

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