[Zope] ftp?
   
    Jaroslav Lukesh
     
    lsh@wo.cz
       
    Fri, 18 Oct 2002 08:51:43 +0100
    
    
  
| Odes=EDlatel: 3205 5361 1215 9784 <keo@goa.hu>
|   anyone knows how can i add ftp access to some folders, under the
|   root folder only?
|=20
|   i dont want users to see my Control_Panel, etc ...
That I use:
/ (zope root)
	(it has defined security groups here: anonymous, authentificated, manage=
r,
owner, editor, member)
/acl_users
	(here are only manager account)
/www
	/www.domain.com
		/acl_users
			(here are defined member, editor and owner users)
It is fine and secure.
Regards JL.