ZCML File
configure.zcml

<configure
    xmlns="http://namespaces.zope.org/zope"
    >
<utility
    component=".ftpserver"
    provides="..interfaces.IServerType"
    name="FTP"
    />
</configure>