Hello everyone,
I'm trying to connect to a server via SFTP using the JSch library.
I can connect successfully using FileZilla, but I'm unable to connect through my application.
From the logs, I got this error:
com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End of IO Stream Read
Any idea what might be causing this?
Is there, maybe, an example? (SFTP, JSch library) ?
I'm trying to connect to a server via SFTP using the JSch library.
I can connect successfully using FileZilla, but I'm unable to connect through my application.
From the logs, I got this error:
com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End of IO Stream Read
Any idea what might be causing this?
Is there, maybe, an example? (SFTP, JSch library) ?