Re: [Twisted-Python] Using telnet or linereceiver protocol over ssh

2013-01-06 Thread Christopher Armstrong
On Sun, Jan 6, 2013 at 9:57 PM, wrote: > On 02:23 am, gl...@twistedmatrix.com wrote: > > >In a way, it is best to work on documentation when you don't yet fully > >understand, because if you fully understand you yourself don't need the > >documentation any more :). > > As I may have mentioned bef

Re: [Twisted-Python] Using telnet or linereceiver protocol over ssh

2013-01-06 Thread exarkun
On 02:23 am, gl...@twistedmatrix.com wrote: > >On Jan 5, 2013, at 12:22 PM, Fabian Sturm wrote: >>Unfortunately I am not sure if I am the right one for documentation >>since I still struggle with some of the concepts. But I would like to >>publish this combined sftp and command server as a referen

Re: [Twisted-Python] Using telnet or linereceiver protocol over ssh

2013-01-06 Thread Glyph
On Jan 5, 2013, at 12:22 PM, Fabian Sturm wrote: > Unfortunately I am not sure if I am the right one for documentation > since I still struggle with some of the concepts. But I would like to > publish this combined sftp and command server as a reference. In a way, it is best to work on document

Re: [Twisted-Python] Using telnet or linereceiver protocol over ssh

2013-01-05 Thread Fabian Sturm
Hi Glyph Am Montag, den 31.12.2012, 00:54 -0800 schrieb Glyph: > Have you looked at HistoricRecvLine > ? No I didn't find that! This is exaclty what I was looking for :-) I knew there had to be somethi

Re: [Twisted-Python] Using telnet or linereceiver protocol over ssh

2012-12-31 Thread Glyph
On Dec 30, 2012, at 5:09 AM, Fabian Sturm wrote: > Hello, Hi Fabian, > I implemented a twisted ssh server using SSHFactory and successfully > registered the sftp factory. Great, you're pretty far along then :). > I now also wanted to add a simple telnet like protocol where I can send > comman

[Twisted-Python] Using telnet or linereceiver protocol over ssh

2012-12-30 Thread Fabian Sturm
Hello, I implemented a twisted ssh server using SSHFactory and successfully registered the sftp factory. I now also wanted to add a simple telnet like protocol where I can send commands to the server and execute some actions based on that. For that I hooked the LineReceive to the openShell comman