What is the best method of performing an scp transfer via the Java programming language? It seems I may be able to perform this via JSSE, JSch or the bouncy castle java libr
I wrote an scp server which is much easier than others. I use Apache MINA project (Apache SSHD) to develop it. You can take a look here: https://github.com/boomz/JSCP
Also you can download the jar file from /jar
directory.
How to use? Take a look on: https://github.com/boomz/JSCP/blob/master/src/Main.java