connect to SFTP using java

后端 未结 6 1671
野趣味
野趣味 2021-01-07 09:33

I need help with connection to SFTP server? Does anybody have working code?

I found something like this

package test.JSch;

import com.jcraft.jsch.*;         


        
6条回答
  •  不思量自难忘°
    2021-01-07 10:31

    I've had success using the JSch library. It has notoriously bad documentation, but is rumored to implement its SSH functionalities very strictly and efficiently.

提交回复
热议问题