Using Java is possible to mount a remote disk via SSH? I saw that exist for Windows systems such as Dokan, win-SSH-FS or anything, but I would need to be able to map the remote disk through Java.
I have already completed part of the application in Java but as the last thing I need that the login process of my application perform also mount the disk. Unfortunately I can not find anything ....
I use Java because it may be fine for both Windows and Linux.
Ideas?