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 box itself, and I'm aware of smbclient approaches, but I'm looking to do it by dropping in a library.
Thanks.