I am working on an application that will get files on a server via SFTP, using JSch.
There isn't much documentation, but I found this (french) blog ...
Which are the popular libraries to use to implement both custom SSH client and server in java?
I'm aware that JSch is a popular java ssh client, are there good and secure ...