13 Oct
2006
13 Oct
'06
6:53 p.m.
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