SSHClient

gridscale.ssh.sshj.SSHClient$
See theSSHClient companion class
object SSHClient

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SSHClient.type

Members list

Type members

Classlikes

case class SFTPException(msg: String, disconnectCode: Int, sftpCode: Int, cause: Throwable) extends Throwable

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class SSHException(msg: String, disconnectCode: Int, cause: Throwable) extends Throwable

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def disconnectedMessage(e: SSHException): Option[String]
def launchInBackground(client: SSHClient, cde: String): Unit
def run(client: SSHClient, cde: String): Try[ExecutionResult]
def withSFTP[T](c: SSHClient, f: SFTPClient => T): T
def withSession[T](c: SSHClient)(f: SSHSession => T): Try[T]