views:

32

answers:

3

Hi everyone! Have a problem with subj. I'm trying to get acccess to shared resources (folders & files) at VPS hosted in LAN. Of course I can map shared as a drive, but whis just doesn't suitable. I need to be able to browse throgh folders adn read/write to files.

Is anyone guess a solution?

Thanks in advance!

A: 

Well, the more complex thing to me is an authentication, raher than a connection to VPS.

+1  A: 

JCIFS is the answer if the folders are exported as Widnows shares (http://jcifs.samba.org/).

Apache Commons VFS is a common API for accessing files through a lot of different protocols (http://commons.apache.org/vfs/).

Guillaume
A: 

Check out answers from similar question

http://stackoverflow.com/questions/3407252/reading-files-remotely/3407312#3407312

YoK