[Zope] export product outside zope

John Hunter jdhunter@ace.bsd.uchicago.edu
Tue, 14 May 2002 09:45:51 -0500


>>>>> "Paul" == Paul Winkler <pw_lists@slinkp.com> writes:

    Paul> look up the zcron product, you could have it do the export.

Thanks for the tip -- no matches for zcron on zope.org or
sourceforge.  On google, I tuned up a couple of hits where people
referred to it on discussion lists, but no links to the code.

I did see a ZScheduler on zope.org, but with a last release date of
2000/07/02, I was concerned that it may no longer be actively
developed or maintained.

I have been working on using the traditional wget/lynx approach to
remote management, ie, 

wget http://user:pass@host:8080/path/to/folder/manage_exportObject

which works fine for saving the file to the server.  Is there some
parameter I can pass to get the file exported to the local file
system?  

Thanks,
John Hunter