1

I've used this SSH with JSCH in my android project. But I want to run two commands for example:

$ cd Desktop

$ ls

Ive already tried to append more strings in one Method but it didnt help...

so how can I do this?

Community
  • 1
  • 1
frankenapps
  • 5,800
  • 6
  • 28
  • 69

1 Answers1

0

Well I solved the issue. Just for other people searching for the question I wanted to let you know, that you can easily Add a new Command with

.addCommand("newCommand")
frankenapps
  • 5,800
  • 6
  • 28
  • 69