dartssh2
dartssh2 copied to clipboard
SSH and SFTP client written in pure Dart, aiming to be feature-rich as well as easy to use.
For some reasons the use of dartssh2 blocks the main thread of my flutter application. This happens when I connect to the server and when I run a simple command...
```console $ dartssh user@hostname Unhandled exception: Bad state: No element #0 ListQueue.removeFirst (dart:collection/queue.dart:822:25) #1 SSHClient._authWithNextPublicKey (package:dartssh2/src/ssh_client.dart:827:35) #2 SSHClient._tryNextAuthMethod (package:dartssh2/src/ssh_client.dart:799:16) #3 SSHClient._startAuthentication (package:dartssh2/src/ssh_client.dart:771:5) #4 SSHClient._handleServiceAccept (package:dartssh2/src/ssh_client.dart:501:16) #5 SSHClient._dispatchMessage (package:dartssh2/src/ssh_client.dart:453:16) #6 SSHClient._onPacket...
I'm try to upload some data from my the smartphone to a server via sftp. However, I keep on receveing an exception with the error code 4. The error message...
Hi Owner, I try to use your ssh2 and found below error,would you pls double check and reply? Many Thanks. Zhangmang [email protected] Launching lib\main.dart on Chrome in debug mode... lib\main.dart:1...
I am surprised that web support is listed on pub.dev. AFAIK, browser extensions are currently required to make ssh connections. I shall look into the web socket code but perhaps...
Thank you very much for your work. But when I package the web version, I get a similar error: ``` Error: Error when reading '.../dartssh2-1.2.0-pre/lib/http_html.dart': The system cannot find the...
Is it possible to add support for X11 forwarding?
You want to specify the working directory after login when adding shell login
I am fairly new to flutter and trying to implement a simple ssh-client in a terminal view. However when I test it on web, I get errors along the lines...
It would be nice to have the agent forwarding option.