IKSG / nsf-file-server

SFTP server backed by an NSF
Apache License 2.0
3 stars 0 forks source link

Investigate SMB support #26

Open jesse-gallagher opened 4 years ago

jesse-gallagher commented 4 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.