如何在一个会话中使用 ssh 和 android 运行 多个命令?
How to run several commands using ssh and android in only one session?
我在我的 android 项目中使用了这个 SSH with JSCH。
但是我想 运行 两个命令例如:
$ cd Desktop
$ ls
我ve already tried to append more strings in one Method but it didn
帮不了...
那我该怎么做呢?
好吧,我解决了这个问题。
仅供搜索我想让您知道的问题的其他人使用,您可以使用
轻松添加新命令
.addCommand("newCommand")
我在我的 android 项目中使用了这个 SSH with JSCH。 但是我想 运行 两个命令例如:
$ cd Desktop
$ ls
我ve already tried to append more strings in one Method but it didn
帮不了...
那我该怎么做呢?
好吧,我解决了这个问题。 仅供搜索我想让您知道的问题的其他人使用,您可以使用
轻松添加新命令.addCommand("newCommand")