using python in www site

Guido van Rossum guido at eric.cnri.reston.va.us
Sun May 9 20:36:53 EDT 1999


cg at laptop.cdg.acriter.nl (Cees de Groot) writes:

> Talking about Python & Webhosts: is there an equivalent of "wwwsync" in
> Python? If you don't know wwwsync: it's a Perl script that fetches a
> recursive directly listing via FTP, compares it with a local copy of
> the website, and uploads everything that has changed.

The reverse exists (Tools/scripts/ftpmirror.py).  How hard would
it be to add upload functionality to that?

--Guido van Rossum (home page: http://www.python.org/~guido/)




More information about the Python-list mailing list