zhanghai / MaterialFiles

Material Design file manager for Android
https://play.google.com/store/apps/details?id=me.zhanghai.android.files
GNU General Public License v3.0
6.07k stars 410 forks source link

Use JSch instead of SSHJ for SFTP #1156

Open zhanghai opened 8 months ago

zhanghai commented 8 months ago

https://github.com/mwiede/jsch

SSHJ has been a bit unstable, and doesn't support #1152.

Commons VFS is actually also using JSch according to https://commons.apache.org/proper/commons-vfs/commons-vfs2-examples/dependencies.html .

This may depend on #1155 because JSch now requires Java 8.