Open giampaolo opened 10 years ago
From g.rodola on January 13, 2011 01:45:43
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)?
From alexande...@googlemail.com on January 13, 2011 02:52:20
Proftpd supports AUTH SSL, TLS-C and TLS-P as described.
From alexande...@googlemail.com on February 17, 2012 08:59:44
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.
From alexande...@googlemail.com on January 12, 2011 21:24:52
Original issue: http://code.google.com/p/pyftpdlib/issues/detail?id=151