jsch

  1. G

    Android Question SFTP Connection Error using JSch

    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...
  2. Fr Simon Rundell

    B4J Question Jsch Synchronous FileDownload

    I have a project building an automatic backup downloading tool in B4J but have hit a major snag... The App contains a B4XTable with information about a download enabling a login to a given server and a path from which it pulls the latest (backup) file and saves it. To pull the given file, I...
Top