[Zope] CMF & ftp default permission
Jens Vagelpohl
jens@zope.com
Wed, 31 Oct 2001 08:37:48 -0500
joel,
this could be done in a couple ways:
- stay with the default workflow but implement a special PUT_factory that
handles the incoming FTP file and then makes the necessary calls into the
workflow tool
- write a special workflow that applies only to File objects which makes
them "Public" by default
the solution is likely to involve some coding, although for the special
workflow you could get away by creating a DCWorkflow instance through the
web.
jens
On Wednesday, October 31, 2001, at 08:29 , Joel Brueziere wrote:
> Who knows if it's possible to add "Anonymous View"
> by default when a manager user download
> a new file by ftp?
>
> ps: on CMF 1.1 & zope 2.4.2
>