Well I would have to remote to the machine that contains the log file and copy 
it from there.


-----Original Message-----
From: Kent Johnson <ken...@tds.net>
To: asteri...@petlover.com
Cc: *tutor python <tutor@python.org>
Sent: Wed, Oct 28, 2009 1:18 pm
Subject: Re: [Tutor] New to Python



Forwarding to the list with my reply (please use Reply All to reply to
he list):
On Wed, Oct 28, 2009 at 2:01 AM,  <asteri...@petlover.com> wrote:
 Hi Kent,

 Thank you for replying to my request, really appreciate it.

 I am not familiar with all your connections that you have mentioned below.

 What I can tell you which I hope can help is that I have a log file on a
 different server/machine on a network which I would like to copy and paste
 on my machine?
How would you copy the file if you did it by hand? Is the server file
ystem accessible to your machine? If so, you can copy it with
hutil.copyfile() or just open it and process it directly.
Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to