Class Ssh

java.lang.Object
com.sshtools.client.Ssh

public class Ssh extends Object
  • Constructor Details

    • Ssh

      public Ssh()
  • Method Details

    • getFile

      public static boolean getFile(String host, int port, String username, char[] password, String fromPath, File toFile)
    • putFile

      public static boolean putFile(String host, int port, String username, char[] password, File fromFile, String toPath)