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?
views:
61answers:
2
+3
A:
You can use JCIFS to access SMB/CIFS shares using pure Java code.
Joachim Sauer
2010-06-23 10:05:07
Interesting. Unfortunately the CIFS support doesn't seem to be officially released yet.
Joachim Sauer
2010-06-23 10:27:09