On Mi, 2010-05-19 at 16:35 -0600, Vincent Davis wrote: > If it is a simple site you could just transfer with ftp
Or rsync -a or wget -m ... like tools that were specifically made for this task. Therefore something like subprocess.call(["rsync", "-az", "-e", "ssh", "--delete", source, target]) should be part of your Python script I guess ;) Regards, Christian
signature.asc
Description: This is a digitally signed message part
-- http://mail.python.org/mailman/listinfo/python-list