Metadata-Version: 1.0
Name: inqbus.zopeftp
Version: 1.0.1
Summary: Add a config parameter to zope.conf which allow one to configure a start path for ftp users, like the path to a plone site.
Home-page: http://svn.plone.org/svn/collective/
Author: Maik Derstappen
Author-email: maik.derstappen@inqbus.de
License: GPL
Description: inqbus.zopeftp
        ==============
        
        Overview
        --------
        
        inqbus.zopeftp add a config parameter which can be used in zope.conf (Zope 2), that allow one to configure a start path for ftp users, like the path to a plone site. Then if you use a ftp-client to connect to your zope, first the directory is change to the configured path and then the user is authentificated there. So it's enough that the user exist in this place (in a plone site for example), there is no need anymore to add this member in the zope root acl_users. 
        
        
        Install inqbus.zopeftp
        ----------------------
        
        Add inqbus.zopeftp to you eggs and zcml lists in you buildout.cfg::
        eggs = 
            inqbus.zopeftp
        
        zcml =
            inqbus.zopeftp
        
        
        Set the FTP start path
        ----------------------
        
        You can add the folowing config entry in your buildout.cfg::
        
            zope-conf-additional =
                <product-config inqbus.zopeftp>
                    ftppath site/ftp-docs
                </product-config>
        
        or just add these lines to your zope.conf::
        
            <product-config inqbus.zopeftp>
                ftppath site/ftp-docs
            </product-config>
        
        =======
        HISTORY
        =======
        
        1.0.1 (2010-11-07)
        ------------------
        
        - Nothing changed yet.
        
        
        1.0.1 (2010-11-07)
        ------------------
        
        - Nothing changed yet.
        
        
        1.0.1 (2010-11-07)
        ------------------
        
        fix package release
        
        
        1.0 (2010-11-07)
        ----------------
        
        initial release
        
Keywords: Zope Plone FTP Zope2
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope2
