<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 4: c# SharpSSH - Issue to redirect the long output</title><link href="https://sourceforge.net/p/sharpssh/support-requests/4/" rel="alternate"/><link href="https://sourceforge.net/p/sharpssh/support-requests/4/feed.atom" rel="self"/><id>https://sourceforge.net/p/sharpssh/support-requests/4/</id><updated>2014-09-02T07:58:00.135000Z</updated><subtitle>Recent changes to 4: c# SharpSSH - Issue to redirect the long output</subtitle><entry><title>c# SharpSSH - Issue to redirect the long output</title><link href="https://sourceforge.net/p/sharpssh/support-requests/4/" rel="alternate"/><published>2014-09-02T07:58:00.135000Z</published><updated>2014-09-02T07:58:00.135000Z</updated><author><name>jarlaxle2k5</name><uri>https://sourceforge.net/u/jarlaxle2k5/</uri></author><id>https://sourceforge.netec471afa4ef49d15e612bd1d71aac9260190b9cc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;i am using the library SharpSSH but when i redirect the output on a text box the output get cut if it is too long. Is there anyway to increase the buffer of the output? &lt;br /&gt;
So far this is the code that i have:&lt;/p&gt;
&lt;p&gt;SshShell ssh = new SshShell("myhost","myid","mypass");&lt;br /&gt;
ssh.Connect();&lt;br /&gt;
ssh.WriteLine("ll |grep "+txt_display.Text);&lt;br /&gt;
var resp = ssh.Expect("drwx");&lt;br /&gt;
txt_display2.Text = txt_display2.Text + resp;&lt;/p&gt;
&lt;p&gt;Look forward hearing from you. &lt;br /&gt;
Jar.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>