Open Java SMB server implementation

纵饮孤独 提交于 2019-11-30 04:28:44

问题


Is there an open implementation of a SMB/CIFS server in Java? The only implementation I can find at all is Alfresco's but it isn't open source.

A related question: assuming there is no such implementation, I'm surprised there isn't a library providing even a subset of SMB e.g. for simple file transfer. My intuition is that it wouldn't be massively difficult to implement a simple server (but of course would be very difficult to implement a complete solution like Samba). The fact that no one seems to have done it makes me suspicious that it is harder than I'd guess. Is there no implementation because it is difficult or because no one cares?


回答1:


According to http://www.alfresco.com/media/releases/2007/10/jlan1007/ JLAN is available under the GPL from sourceforge.net/projects/alfresco/files/ -- scroll down to the JLAN section at the bottom.




回答2:


Anyway looking at http://www.alfresco.com/products/aifs/ seem that they distribute it with dual licensing (no GPL mentioned) for developers and OEM...



来源:https://stackoverflow.com/questions/3854070/open-java-smb-server-implementation

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!