Commented Unassigned: Backspace in ssh stream output [2570]
Hi, I have no issues when using SshCommand.Execute(). However, when I create a ShellStream and attach to a StreamReader object, when I submit commands I tend to get garbled output like so:perl -e "use...
View ArticleNew Post: SCP upload speed
What is your input stream reading from ? It is a local file ? There's still an issue in UploadFile where our buffer size is automatically reduce to the size of the last read. Assume we start with a...
View ArticleCommented Unassigned: Backspace in ssh stream output [2570]
Hi, I have no issues when using SshCommand.Execute(). However, when I create a ShellStream and attach to a StreamReader object, when I submit commands I tend to get garbled output like so:perl -e "use...
View ArticleCommented Unassigned: An established connection was aborted by the server [2398]
When trying to download files from sftp, I am getting error:"__An established connection was aborted by the server__"Comments: ** Comment from web user: scottowa ** Hello Gert,Sorry but I don't have a...
View ArticleCommented Unassigned: An established connection was aborted by the server [2398]
When trying to download files from sftp, I am getting error:"__An established connection was aborted by the server__"Comments: ** Comment from web user: scottowa ** Hello,Interesting the old version of...
View ArticleNew Post: how to send ctrl-c, ctrl-z?
hello, I was unable to find a solution on how to find control key combinations to the ssh server like ctrl-c, ctrl-z? thanks for help
View ArticleCreated Unassigned: transmit data via ssh2 subsystem [2571]
Hi,I need to transmit data via ssh2 subsystem connection.How to transmit xml data after executing command "linterface"?While i executing command "linterface" server is waiting for data input.How to...
View ArticleNew Post: Unreliable Expect
Dear Developers, I have noticed that expect does not always works, sometimes it just skips expected text and execution blocks I am trying to do my own expect handler in Shell_DataReceived event in...
View ArticleNew Post: Unreliable Expect
I need somehow to break waiting in the fragment: If InStr(S, StopOnText, CompareMethod.Text) > 0 Then 'Dim AR = New Renci.SshNet.ExpectAsyncResult AR.AsyncWaitHandle.Close() Shell.EndExpect(AR)...
View ArticleNew Post: Unreliable Expect
I fixed it by : If InStr(S, StopOnText, CompareMethod.Text) > 0 Then System.Threading.WaitHandle.SignalAndWait(AR.AsyncWaitHandle, AR.AsyncWaitHandle, 1, False) End If May be another signaling...
View ArticleCommented Unassigned: An established connection was aborted by the server [2398]
When trying to download files from sftp, I am getting error:"__An established connection was aborted by the server__"Comments: ** Comment from web user: drieseng ** Adrian,What software (and version)...
View ArticleSource code checked in, #40794
Channel: * Improve robustness of channels by not letting an exception - that occurs while processing events signaled by session - up to session where this would cause the message loop to interrupt, and...
View ArticleSource code checked in, #40796
Immediately exit Bind when the client socket has shut down. The SSH_MSG_CHANNEL_EOF message is now only sent from Close(bool), and we now only ever wait for an SSH_MSG_CHANNEL_CLOSE message once the...
View ArticleSource code checked in, #40798
Improve robustness of client channel by not letting an exception - that occurs while processing events signaled by session - bubble up to the session where this would cause the message loop to...
View ArticleSource code checked in, #40802
Added simple ServiceFactory to allow unit testing of SshClient. When disposing SshClient, make sure to stop forwarded ports before the session is closed.
View ArticleNew Post: Server string is null or empty
This will be fixed in the next beta. See issues #1935 and #2223.
View Article