Re: [Tutor] Fwd: Permission Report

2007-10-10 Thread Stephen Nelson-Smith
On 10/10/07, Kent Johnson <[EMAIL PROTECTED]> wrote: > 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 >

Re: [Tutor] Fwd: Permission Report

2007-10-09 Thread Kent Johnson
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.

[Tutor] Fwd: Permission Report

2007-10-08 Thread Stephen Nelson-Smith
Sorry... -- Forwarded message -- From: Stephen Nelson-Smith <[EMAIL PROTECTED]> Date: Oct 8, 2007 6:54 PM Subject: Re: [Tutor] Permission Report To: Alan Gauld <[EMAIL PROTECTED]> On 10/8/07, Alan Gauld <[EMAIL PROTECTED]> wrote: > Yes, os.walk and os.stat should do what you wan