Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does JSch need sftp/ssh client installed

Tags:

java

ssh

sftp

jsch

I am using JSch to transfer a file to a remote server. I have configured it to use sftp channel with user/password and StrictHostKeyChecking set to 'no'. Since I have open channel set to sftp, does JSch require sftp/ssh client to be installed on the client machine?

like image 272
user518066 Avatar asked Jul 18 '26 11:07

user518066


1 Answers

No,JSch is a pure Java implementation of SSH2.

http://www.jcraft.com/jsch/

like image 78
Fran Montero Avatar answered Jul 21 '26 00:07

Fran Montero



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!