Uses of Class
com.sshtools.j2ssh.SshClient
-
Packages that use SshClient Package Description com.sshtools.ant com.sshtools.common.ui com.sshtools.j2ssh com.sshtools.j2ssh.agent -
-
Uses of SshClient in com.sshtools.ant
Fields in com.sshtools.ant declared as SshClient Modifier and Type Field Description protected SshClient
Ssh. ssh
Methods in com.sshtools.ant with parameters of type SshClient Modifier and Type Method Description void
Sftp. execute(SshClient ssh)
Runs the task.void
Ssh.Exec. execute(SshClient ssh)
void
Ssh.Shell. execute(SshClient ssh)
void
SshSubTask. execute(SshClient ssh)
protected void
Sftp. executeSFTPTask(SshClient ssh)
-
Uses of SshClient in com.sshtools.common.ui
Fields in com.sshtools.common.ui declared as SshClient Modifier and Type Field Description protected SshClient
SshToolsApplicationClientPanel. ssh
Methods in com.sshtools.common.ui with parameters of type SshClient Modifier and Type Method Description void
SshToolsApplicationClientPanel. connect(SshClient ssh, SshToolsConnectionProfile profile)
Constructors in com.sshtools.common.ui with parameters of type SshClient Constructor Description SessionProviderFrame(SshToolsConnectionProfile profile, SshClient ssh, SessionProvider provider)
Construct a new Session Provider frame.SessionProviderInternalFrame(SshToolsConnectionProfile profile, SshClient ssh, SessionProvider provider)
Construct a new Session Provider frame. -
Uses of SshClient in com.sshtools.j2ssh
Constructors in com.sshtools.j2ssh with parameters of type SshClient Constructor Description ScpClient(SshClient ssh, boolean verbose, ChannelEventListener eventListener)
Creates an SCP client.ScpClient(java.io.File cwd, SshClient ssh, boolean verbose, ChannelEventListener eventListener)
Creates an SCP client. -
Uses of SshClient in com.sshtools.j2ssh.agent
Methods in com.sshtools.j2ssh.agent with parameters of type SshClient Modifier and Type Method Description boolean
AgentAuthenticationClient. hasAcceptableKey(SshClient ssh)
-