Open GoogleCodeExporter opened 8 years ago
I usually tend not to will to comply with such broken FTP client
implementations.
Moreover, netkit-ftp client latest version goes back to year 2000 so I'm not
sure how many other clients might be uncompliant in the same manner.
Do you know if proftpd support this syntax (TLS-C, TLS-P)?
Original comment by g.rodola
on 13 Jan 2011 at 9:45
Proftpd supports AUTH SSL, TLS-C and TLS-P as described.
Original comment by alexande...@googlemail.com
on 13 Jan 2011 at 10:52
Why do you think that netkit-ftp-ssl is broken?
Because it tries to use 'AUTH SSL' first? Then why does pyftpdlib supports
'AUTH SSL' at all, when using that is a sign of brokenness (removing the
support would be okay, as I stated earlier)?
Or because after a successful 'AUTH SSL' it expects the data channel to be
encrypted as well? That's what other clients and servers that support 'AUTH
SSL' do. And there is no specification that I know of saying otherwise.
Original comment by alexande...@googlemail.com
on 17 Feb 2012 at 4:59
Sorry for the delay.
Looking back on this I think we should treat "AUTH SSL" similarly to proftpd's.
I'll make sure to fix this for the next pyftpdlib release.
Original comment by g.rodola
on 24 Feb 2012 at 9:54
Original issue reported on code.google.com by
alexande...@googlemail.com
on 12 Jan 2011 at 8:24