How can I open a UNC path from Linux to Java?

Are there any libraries that will allow me to read and write files in Windows Filehare using the UNC path from Java to Linux.

This is trivial on the window window itself, and I know about smbclient approaches, but I want to do this by throwing it in the library.

Thanks.

+5
source share
1 answer

Take a look at jcifs . This is similar to what you are looking for.

From jcifs website:

JCIFS - , CIFS/SMB 100% Java. CIFS - Microsoft Windows (, Network Network Drive...). .

+8

All Articles