shaqian / flutter_ssh

SSH and SFTP client for Flutter
https://pub.dartlang.org/packages/ssh
MIT License
117 stars 83 forks source link

Implemented Port Forwarding #11

Closed johnathanbreshears closed 5 years ago

johnathanbreshears commented 5 years ago

Added the portForwardL function in SshPlugin.java to interface with the JSch library. Added else if statement to onMethodCall in SshPlugin.java to handle new function. Added the portForwardL function in the ssh.dart to interface with the portForwardL function in SshPlugin.java

shaqian commented 5 years ago

Awesome. Thank you.