flutter_ssh
flutter_ssh copied to clipboard
Add `isConnected` and `isSFTPConnected` property to `SSHClient`
The document is not very clear.
How do I know the connection state of ssh?
What will happen if I call client.connect() multiple times?
Thanks!