[Zope] Export site sources to file system

Dieter Maurer dieter@handshake.de
Fri, 2 Aug 2002 23:12:53 +0200


Paul Winkler writes:
 > On Thu, Aug 01, 2002 at 06:02:38PM -0700, Andy McKay wrote:
 > > wget will happily write out your files
 > 
 > but I think he wants the *source* of dtml and zpt,
 > not the rendered result...
 > if there's an easier way to do this than lots of ftp'ing,
 > I'd like to hear it.
Some time ago, maybe 1 to 2 years, I saw an announcement in c.l.p
for a TreeFTP. I did not look closely, but I expect, it is able
to handle complete trees with one command.

Alternatively, you could use Python's FTPLib to process complete
hierarchies.


Dieter