Package | Description |
---|---|
org.kepler.ssh |
Modifier and Type | Class and Description |
---|---|
class |
GsiSshExec
This class provides functionality to use an GSISSH session to execute remote
commands and to transfer files on a remote machine.
|
class |
LocalExec
Local command execution.
|
class |
RemoteExec |
class |
SftpExec
Class to handle file transfer based on sftp protocol.
|
class |
SshExec
This class provides functionality to use an SSH session to execute remote
commands and to transfer files on a remote machine.
|
Modifier and Type | Method and Description |
---|---|
static ExecInterface |
ExecFactory.getExecObject(java.lang.String target)
Helper method to provide the target as a complete string.
|
static ExecInterface |
ExecFactory.getExecObject(java.lang.String user,
java.lang.String host) |
static ExecInterface |
ExecFactory.getExecObject(java.lang.String user,
java.lang.String host,
int port)
Return an object with ExecInterface, based on the specified target.
|