ZCML File
ftpplugins.zcml

<configure
    xmlns="http://namespaces.zope.org/zope"
    i18n_domain="zope"
    >
<utility
    factory=".ftpplugins.FTPCredentialsPlugin"
    provides=".interfaces.ICredentialsPlugin"
    name="FTP Credentials"
    />
</configure>