sftp

  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...
  3. N

    Android Question B4A SFTP Library

    Hello, I haven't needed SFTP for a long time, and now I see that Jsch library no longer works with the new version of the SFTP server due to deprecated algorithms. Is there a newer version or some other alternative for SFTP? I can't find anything useful...
  4. M

    B4J Library SSHJ - ssh, scp, sftp for Java

    This is a wrapper for: https://github.com/hierynomus/sshj Dependencies: #AdditionalJar: slf4j-api-1.7.25 #AdditionalJar: sshj-0.23.0 #AdditionalJar: eddsa-0.2.0 #AdditionalJar: bcprov-jdk15on-159 You can download this libraries from: slf4j-api-1.7.25...
Top