public class Ssh
extends java.lang.Object
Constructor and Description |
---|
Ssh() |
Modifier and Type | Method and Description |
---|---|
static boolean |
getFile(java.lang.String host,
int port,
java.lang.String username,
char[] password,
java.lang.String fromPath,
java.io.File toFile) |
static boolean |
putFile(java.lang.String host,
int port,
java.lang.String username,
char[] password,
java.io.File fromFile,
java.lang.String toPath) |
public static boolean getFile(java.lang.String host, int port, java.lang.String username, char[] password, java.lang.String fromPath, java.io.File toFile)
public static boolean putFile(java.lang.String host, int port, java.lang.String username, char[] password, java.io.File fromFile, java.lang.String toPath)
Copyright © 2024. All rights reserved.