flutter_ssh icon indicating copy to clipboard operation
flutter_ssh copied to clipboard

SSH and SFTP client for Flutter

Results 45 flutter_ssh issues
Sort by recently updated
recently updated
newest added

App Terminated : E/SshPlugin(20833): Error starting shell: Stream closed D/AndroidRuntime(20833): Shutting down VM E/AndroidRuntime(20833): FATAL EXCEPTION: main E/AndroidRuntime(20833): Process: com.parker.servicetool, PID: 20833 E/AndroidRuntime(20833): java.lang.IllegalStateException: Reply already submitted E/AndroidRuntime(20833): at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(DartMessenger.java:431)...

PLEASE UPDATE TO crypt 3.0.X ASAP IN 2021! Package web_socket_channel 2.1.0 used crypt 3.0.0. Package ssh 0.0.7 still used only crypt 2.0.0 ****Therefore it is not possible to use websockets...

I'm running into this issue when I run this on linux. `[ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: MissingPluginException(No implementation found for method connectToHost on channel ssh)` I'm guessing this is an issue with...

Hi everyone, since this package seems to be abandoned I just wanted to leave a comment for everyone who faces the same problems as I did regarding the compatibility with...

I'm currently developing an App Flutter for windows, where I need to send commands to a linux server via SSH, this commands will make the server mount a network share...

is there how to make this lib work on Flutter desktop windows?

Is there a way to verify host fingerprints before connecting? I can see the output for host fingerprint when connecting, but I don't know how to programmatically access it or...

Olá , quando será possível ter suporte ao null-safety, se já tem atualização como posso obter?