Question

How can I read from a Windows shared drive using Java in such a way that the Java code which performs the reading could run equally correctly on any platform?

Was it helpful?

Solution

You can use JCIFS to access SMB/CIFS shares using pure Java code.

OTHER TIPS

apache commons vfs is always a good choice.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top