sftp

  1. 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...
  2. 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...
  3. 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