flutter_ssh
flutter_ssh copied to clipboard
Send Signal
I would like to be able to send signals like SIGINT or Ctrl-C or other Ctrl-Charachter or something similar. I noticed that JSch has a method which is sendSignal. This might help. Thanks