Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for java SFTP modern library, not jsch [closed]

The "jsch" based implementation works for me.
But it looks not modern one due to using Vector (old style Java collection).
I found that the other implementations are less popular and not documented.
Can you recommend implementation of SFTP library that he/she has good experience with it.
Thanks.

like image 876
Boris Avatar asked Oct 06 '10 16:10

Boris


1 Answers

It works. Who cares if it uses Vector? It's by far the most popular one. In fact, it's the only one I can think of without resorting to Google.

like image 114
dty Avatar answered Nov 02 '22 06:11

dty