Skip to main content

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.

Project description

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)

fix package release

1.0 (2010-11-07)

initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

inqbus.zopeftp-1.0.1.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file inqbus.zopeftp-1.0.1.tar.gz.

File metadata

File hashes

Hashes for inqbus.zopeftp-1.0.1.tar.gz
Algorithm Hash digest
SHA256 fdb80322a73f25f52103ad76d0f62c36a5c965ae6fa8daa4d90fa8bf20a7aa1d
MD5 c94254fbee62c17dcb302e1c2313be73
BLAKE2b-256 69bd9fdd34b35bbb633c46a8cf2b03fd1cf75f73f772735be8ea4d96a54bee65

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page