Using Twisted to implement implicit FTPS server
I am writing an FTP server using the Python framework Twisted. Twisted has its own plain FTP implementation – but it doesn’t support FTPS. I’ve noticed that most clients connect and immediately issue an AUTH TLS
command, requesting an encrypted FTPS connection. If the server responds that this command is not supported, they just disconnect.