<font color='black' size='2' face='arial'>
<div>Well I would have to remote to the machine that contains the log file and copy it from there.<br>
<br>
<br>
-----Original Message-----<br>
From: Kent Johnson &lt;kent37@tds.net&gt;<br>
To: asterix09@petlover.com<br>
Cc: *tutor python &lt;tutor@python.org&gt;<br>
Sent: Wed, Oct 28, 2009 1:18 pm<br>
Subject: Re: [Tutor] New to Python<br>
<br>
</div>


<div style="BACKGROUND-COLOR: #fff; MARGIN: 0px; FONT-FAMILY: Tahoma, Verdana, Arial, Sans-Serif; COLOR: #000; FONT-SIZE: 12px" id=AOLMsgPart_0_847035bd-ddfb-4d53-9981-dc0883a762b9><PRE style="FONT-SIZE: 9pt"><TT>Forwarding to the list with my reply (please use Reply All to reply to
the list):

On Wed, Oct 28, 2009 at 2:01 AM,  &lt;<A href="mailto:asterix09@petlover.com">asterix09@petlover.com</A>&gt; wrote:
&gt; Hi Kent,
&gt;
&gt; Thank you for replying to my request, really appreciate it.
&gt;
&gt; I am not familiar with all your connections that you have mentioned below.
&gt;
&gt; What I can tell you which I hope can help is that I have a log file on a
&gt; different server/machine on a network which I would like to copy and paste
&gt; on my machine?

How would you copy the file if you did it by hand? Is the server file
system accessible to your machine? If so, you can copy it with
shutil.copyfile() or just open it and process it directly.

Kent
</TT></PRE></div>
<!-- end of AOLMsgPart_0_847035bd-ddfb-4d53-9981-dc0883a762b9 --></font>