kossh icon indicating copy to clipboard operation
kossh copied to clipboard

this is demo show info -bash: syntax error near unexpected token `{"

Open fuuqiu opened this issue 5 years ago • 0 comments

fun main(args: Array<String>) {
   val settings = SSHOptions(host = "192.168.1.2", username = "root",  port = 22, compress = 9)
   val session = SSH(settings)
   val shell = session.newPowerShell()
   println(shell.ls())
   println(shell.pwd())
}

fuuqiu avatar Apr 30 '19 08:04 fuuqiu