how to set higher security for zope ftp
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.
--On 13. Oktober 2006 07:41:34 -0700 Allen Huang <swapp0@yahoo.com> 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
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
participants (3)
-
Allen Huang -
Andreas Jung -
Dieter Maurer