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
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
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
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