mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-05 23:34:56 +02:00
Updated Readme files
This commit is contained in:
parent
d715acb050
commit
1e189b1735
3 changed files with 6 additions and 3 deletions
|
@ -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,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,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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue