jsch

  1. W

    Bug? SFtp (jsch library): if method called without initialising, the method doesn't throw an exception

    See title - this caught me off guard; I'd expect an exception to be thrown? Sub Process_Globals End Sub Sub AppStart (Args() As String) Dim sftp1 As SFtp ' Not initialised Log("Before") sftp1.List("A/B/C") Log("After") End Sub
  2. 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...
  3. 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