From: Christian Mertes on 19 May 2010 18:49 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
|
Pages: 1 Prev: compile() error Next: client server console app with cmd library |