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