Create smb server in order to share files
问题 Most of the places online explain how to connect and read data hosted by a smb server. Wikipedia explains more about smb at: http://en.wikipedia.org/wiki/Server_Message_Block So what I am trying to do is to be able to open a file (located on the internet) from windows eplorer as: I need to add this functionality to a program that I am creating. If it is to complicated to create such server I guess I will not do it but I want to try my best. I found this link which might help me do what I am