public class Ssh
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static boolean
static boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
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)