| Modifier and Type | Method and Description |
|---|---|
protected void |
SSHShellExecute.bind(SSHServer aServer) |
void |
SSHSFtp.bind(SSHServer aServer) |
void |
SSHPropertiesFile.bind(SSHServer aServer) |
static int |
SSHMacros.chmod(SSHServer aServer,
String sRemotePathOrFile,
String sMod) |
static int |
SSHMacros.chmodRecursive(SSHServer aServer,
String sRemotePath,
boolean bFiles,
String sPattern,
String sMod) |
static void |
SSHMacros.createPropertiesFile(SSHServer aServer,
String sRemotePath,
String sRemoteFile,
Properties lProps) |
static int |
SSHMacros.dumpToFile(SSHServer aServer,
String sRemoteFile,
String sContent) |
static int |
SSHMacros.execScript(SSHServer aServer,
String sRemoteScript,
String... lArguments) |
static boolean |
SSHMacros.existsDir(SSHServer aServer,
String sRemotePath) |
static String |
SSHMacros.getEnvHOME(SSHServer aServer) |
static String |
SSHMacros.getEnvTEMP(SSHServer aServer) |
static int |
SSHMacros.mkdir(SSHServer aServer,
String sRemotePath) |
static int |
SSHMacros.moveFile(SSHServer aServer,
String sSrcPath,
String sSrcFile,
String sDstPath,
String sDstFile) |
static String |
SSHMacros.readFromExec(SSHServer aServer,
String sExec) |
static int |
SSHMacros.touch(SSHServer aServer,
String sRemotePath,
String sRemoteFile) |
static int |
SSHMacros.uploadResourceFile(SSHServer aServer,
String sResourceFile,
String sRemoteFile) |
static int |
SSHMacros.uploadResourceTree(SSHServer aServer,
String sResourceTree,
String sRemoteTree) |
Copyright © 2016 as-development.net. All rights reserved.