Re: [Zope] how to set higher security for zope ftp

2006-10-13 Thread Dieter Maurer
Allen Huang wrote at 2006-10-13 07:41 -0700:
>how to set higher security for zope ftp? 
>  I want people to upload but can't download, delete, replace any of the 
> existing file.. how do I do that on zope ftp?

The destructive FTP commands map to standard Zope methods:
"delete" is mapped for example to "manage_deleteObject".

Do not give your Zope users the right to perform modifying operations
and they will not be able to do it via FTP...



-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] how to set higher security for zope ftp

2006-10-13 Thread Andreas Jung



--On 13. Oktober 2006 07:41:34 -0700 Allen Huang <[EMAIL PROTECTED]> wrote:


how to set higher security for zope ftp?
  I want people to upload but can't download, delete, replace any of the
existing file.. how do I do that on zope ftp?



You might play around with the permissions for the corresponding folders.
Basically I would try to revoke the permission to delete content.

-aj

pgplBiCERDbOM.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] how to set higher security for zope ftp

2006-10-13 Thread Allen Huang
how to set higher security for zope ftp?   I want people to upload but can't download, delete, replace any of the existing file.. how do I do that on zope ftp? 
		Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less.___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )