For some FTP clients (e.g. WSFTP) Zope 2.3/2.4 logs an "unhandled connect event". This message is generated in asyncore module of Python 2.1 in handle_connect(). This message confuses lots of people because the message is logged for every FTP command. To avoid this "mis"-behaviour of Medusa I suggest to add a dummy handle_connect() function to the xmit_channel class to suppress the warning. Andreas