PDA

View Full Version : Help with Java running on Windows trying to connect to Linux filesystem



akvino
August 2nd, 2010, 05:01 PM
I am trying to help Java developer to come up with the best solution. He is trying to access Samba share from Windows to Linux. I am not sure how good/bad the approach is.

Can someone recommend a way to access Linux file system from Windows server via Java API and some examples or link to examples with it.

If Samba is acceptable protocol (which I think it should be), where can I find more information about API calls from Java to Linux using Samba?

The reason for this - some images are stored on Linux server that are needed on Windows server running Jboss (I know, I know, I am just trying to help here)...

THanks.