Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Channel channel=session.openChannel("exec");
  2. ((ChannelExec)channel).setCommand(command1);
  3. channel.setInputStream(null);
  4. InputStream in=channel.getInputStream();
  5. final InputStream errStream = ((ChannelExec)
  6. channel).getErrStream();
  7. channel.connect();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement