Socket
Socket
Sign inDemoInstall

inqbus.zopeftp

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    inqbus.zopeftp

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.


Maintainers
1

Readme

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)

fix package release

1.0 (2010-11-07)

initial release

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc