[Tutor] New to Python

asterix09 at petlover.com asterix09 at petlover.com
Wed Oct 28 16:16:20 CET 2009


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


-----Original Message-----
From: Kent Johnson <kent37 at tds.net>
To: asterix09 at petlover.com
Cc: *tutor python <tutor at 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,  <asterix09 at 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20091028/150f04f3/attachment-0001.htm>


More information about the Tutor mailing list