<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to SSH Console Stream to RichTextBox</title><link>https://sourceforge.net/p/sharpssh/discussion/672630/thread/940adac9/</link><description>Recent posts to SSH Console Stream to RichTextBox</description><atom:link href="https://sourceforge.net/p/sharpssh/discussion/672630/thread/940adac9/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 22 Feb 2016 11:23:24 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sharpssh/discussion/672630/thread/940adac9/feed.rss" rel="self" type="application/rss+xml"/><item><title>SSH Console Stream to RichTextBox</title><link>https://sourceforge.net/p/sharpssh/discussion/672630/thread/940adac9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Compliment on this project and thank for the work that was spend on this.&lt;/p&gt;
&lt;p&gt;I try to implement an SSH console on a forms project in VB.NET.&lt;/p&gt;
&lt;p&gt;SshExec approach&lt;br/&gt;
I can remotley execute commands on a SSH server by using: Tamir.SharpSsh.SshExec(sHost, sUser, sPw). This works fine, but with SshExec i do not get a result if the process on the server is a 'never ending' process (for example tail -f).&lt;/p&gt;
&lt;p&gt;SshStream approach&lt;br/&gt;
I can also remotely execute commands on a SSH server by using: Tamir.SharpSsh.SshStream(sHost, sUser, sPw). With SshStream i get a result but the .net code stuck in an infinite loop because it's 'never ending' process (for example tail -f). The problem is described here: &lt;a href="http://stackoverflow.com/questions/2433876/sharpssh-gets-stuck-in-an-infinite-stream-read-in-c-sharp-ssh-app" rel="nofollow"&gt;http://stackoverflow.com/questions/2433876/sharpssh-gets-stuck-in-an-infinite-stream-read-in-c-sharp-ssh-app&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I was reading the mailinglist with the code snippets from Nicolas.K and tried to apply this information to VB. &lt;a href="https://sourceforge.net/p/sharpssh/mailman/sharpssh-users/"&gt;https://sourceforge.net/p/sharpssh/mailman/sharpssh-users/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I'm not successfully.&lt;/p&gt;
&lt;p&gt;Probably there is a very easy approach and i dont see it?&lt;/p&gt;
&lt;p&gt;Did someone realized sending commands to a SSH server and streaming the output to a richtextbox regardless if the process on the server did complete or not?&lt;/p&gt;
&lt;p&gt;Good week and best regards&lt;br/&gt;
Tom&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom Huerlimann</dc:creator><pubDate>Mon, 22 Feb 2016 11:23:24 -0000</pubDate><guid>https://sourceforge.net520d31114d92c1531d2dcdb8b5946ffea26530ed</guid></item></channel></rss>