CMF & ftp default permission
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 ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Courrier : http://courrier.yahoo.fr
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
participants (2)
-
Jens Vagelpohl -
Joel Brueziere