flutter_ssh
flutter_ssh copied to clipboard
SSH and SFTP client for Flutter
Is there a chance to support Windows desktop based on OpenSSL libraries (manually added to the project as in case of sqlite3)?
after connecting: client.connect(); client.connectSFTP(); when loading the directory by calling: widget.client.sftpLs("/") it crashes: on android i got this: D/SshPlugin(10981): Session connected I/flutter (10981): connect result: session_connected E/AndroidRuntime(10981): FATAL EXCEPTION: Thread-5...
Hello, I'm trying to connect to a device from my own Flutter app, but when I try to connect to SFTP I get the following error: > I/flutter ( 6530):...
Hello! This is the smallest PR ever seen. This PR just removes the trailing dot of the password field. Why? Too simple... when the user copypastes the example in their...
Greetings, Is there a way to implement session timeout? I know that in jsch you can invoke: session.setTimeout(60000);
i added my phone ip address as hostname. but get this error message.
The code I have literally copy-pasted from example. I have tested this library on real device and when there is ```client.startShell``` in code, then whole app is crashing. This bug...
Hi, What do you suggest to deal with "27" escape characters? For example, if I just create a text widget with the SSH shell output, it will look like this:...