[Zope] Exporting folders using wget

Dieter Maurer dieter@handshake.de
Thu, 3 Apr 2003 21:12:42 +0200


Andreas Tille wrote at 2003-4-2 22:12 +0200:
 > up to Zope 2.5.x I was able to obtain exports of certain folder
 > via
 > 
 >     wget --http-user=<user> --http-pass=<pass> 'http://localhost:9673/<folder>/manage_exportObject?download%3Aint=1'

Look again at how the ZMI implements export in Zope 2.6.1.
I somehow miss the "id" that should be exported.


Dieter