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

前端 未结 1 347
后悔当初
后悔当初 2020-12-17 02:08

Are there any libraries available that will allow me to read from and write to a Windows Fileshare given a UNC path from Java on Linux.

It\'s trivial on a windows bo

相关标签:
1条回答
  • 2020-12-17 02:47

    Have a look at jcifs. It sounds like what you are looking for.

    From the jcifs site:

    JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java. CIFS is the standard file sharing protocol on the Microsoft Windows platform (e.g. Map Network Drive ...). This client is used extensively in production on large Intranets.

    0 讨论(0)
提交回复
热议问题