Open jesse-gallagher opened 5 years ago
The JFileServer project (LGPL-licensed) implements an SMB server: https://github.com/FileSysOrg/jfileserver . Examples are pretty light in the ground, but there's an NIO disk driver in there (https://github.com/FileSysOrg/jfileserver/blob/99bf330c97cc35253e514839ed32f0768c108714/src/main/java/org/filesys/smb/server/disk/JavaNIODiskDriver.java), so it should be embeddable.
The JFileServer project (LGPL-licensed) implements an SMB server: https://github.com/FileSysOrg/jfileserver . Examples are pretty light in the ground, but there's an NIO disk driver in there (https://github.com/FileSysOrg/jfileserver/blob/99bf330c97cc35253e514839ed32f0768c108714/src/main/java/org/filesys/smb/server/disk/JavaNIODiskDriver.java), so it should be embeddable.