Are there any simple open source java class to read/copy files from unix box to windows using Java SSH
1 Answer
This is an implementation of the SSH protocol written in pure Java: http://www.jcraft.com/jsch/
This is an implementation of the SSH protocol written in pure Java: http://www.jcraft.com/jsch/