Re: [Twisted-Python] Implementing a new stream transport

2013-04-10 Thread Glyph
On Apr 8, 2013, at 3:47 PM, Laurens Van Houtven <_...@lvh.cc> wrote: > On Apr 8, 2013 9:44 PM, "Phil Budne" wrote: > > As a quick crock, I made my transport a subclass of > > twisted.internet.tcp.Server, and got away with it, but I'd like to do > > the right thing. > > > > I'd be delighted to fi

Re: [Twisted-Python] use twisted get ftp's version

2013-04-10 Thread Rolando Espinoza La Fuente
On Wed, Apr 10, 2013 at 12:20 PM, yuyan zhang wrote: > i use nc command > bash-3.2# nc 83.85.85.238 21 > 220 (vsFTPd 2.0.5) > get the version of the ftp > but i want to use twisted to do this,and i don't know the function > can anyone help me? Perhaps this is what you are looking for: # getversi

Re: [Twisted-Python] use twisted get ftp's version

2013-04-10 Thread Laurens Van Houtven
Are you only interested in the version, or would you also like to actually do FTP? On Wed, Apr 10, 2013 at 6:20 PM, yuyan zhang wrote: > i use nc command > bash-3.2# nc 83.85.85.238 21 > 220 (vsFTPd 2.0.5) > get the version of the ftp > but i want to use twisted to do this,and i don't know the

[Twisted-Python] use twisted get ftp's version

2013-04-10 Thread yuyan zhang
i use nc command bash-3.2# nc 83.85.85.238 21 220 (vsFTPd 2.0.5) get the version of the ftp but i want to use twisted to do this,and i don't know the function can anyone help me? Thank you very much. ___ Twisted-Python mailing list Twisted-Python@twistedm