update external methods
Hi, I have several external methods. These are files in the map Extensions. How can I edit these files with zope's FTP? I also want to edit the files in the Product map. How can I do this with FTP? I can go to the server and edit the files, but I want to do it with Zope's FTP or any other method. Wim Bekker VDG Europe BV Aluminiumstraat 65 2718 RB Zoetermeer Tel: +31(0)79 3638111 Fax: +31(0)79 3638118 email: wim@vdg-europe.com web: www.vdg-europe.com <outbind://6-000000008A845EC43896D64999DE03CF5B2E24DF0700902721C5439EE94 B800FB61CF472DF660000000121D50000667FA6DB4CFA1D44B999980AE3061E940000005 40C5E0000/www.vdg-europe.com>
Wim, Thursday, April 15, 2004, 10:04:37 AM, you wrote:
I have several external methods. These are files in the map Extensions. How can I edit these files with zope's FTP? I also want to edit the files in the Product map. How can I do this with FTP?
I can go to the server and edit the files, but I want to do it with Zope's FTP or any other method.
You cannot. There is a reason they live on the filesystem and not in the ZODB and the web-interface - security. You can do all sorts of nasty things with External methods, and you do not want anyone else to be able to do that. For through-the-web-editing, use pythonscripts. If what you need done needs so the privileges of Products or external methods, it needs to be as secure as possible. :) -- __________________________________________________________________ Geir Bækholt · Interaction Engineer · Plone Solutions Development · Training · Support · http://www.plonesolutions.com __________________________________________________________________
participants (2)
-
Geir Bækholt -
Wim Bekker