Open GoogleCodeExporter opened 9 years ago
> class MyHandler(TLS_FTPHandler,FTPHandler):
Why are you subclassing from 2 classes? You shouldn't.
It must be either TLS_FTPHandler *or* FTPHandler.
Original comment by g.rodola
on 15 Nov 2012 at 2:35
but use of class MyHandler (TLS_FTPHandler) is the same
Original comment by nmwe...@gmail.com
on 15 Nov 2012 at 3:00
lftp ftp://fa:aa@127.0.0.1:21 is right
Original comment by nmwe...@gmail.com
on 16 Nov 2012 at 1:20
Original issue reported on code.google.com by
nmwe...@gmail.com
on 15 Nov 2012 at 2:27Attachments: