Stephen Nelson-Smith wrote: > But if I want to run the same procedure on a remote host, and store > the results in a dictionary so they can be compared, what would I do?
What kind of access do you have to the remote host? If you have filesystem access you can use the same program running locally. By the way you dismissed rsync but it has both --verbose and --dry-run options which might give you what you want. I don't know if it will report differences in permissions. Kent _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor