SSHClient

object SSHClient
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

case class NoSuchFileException(msg: String, cause: Throwable) extends Throwable

Value members

Concrete methods

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]