c# - SMB/CIFS serverside implementation -


is there opensource, preferrably managed smb/cifs implementation use simulate windows share server application? not have folders/files locally on disk drive, rather return content on request.

you can python using impacket smbserver implementation.

an example can found here:

https://github.com/coresecurity/impacket/blob/master/examples/smbserver.py


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -