[Tutor] New to Python

Kent Johnson kent37 at tds.net
Wed Oct 28 12:18:04 CET 2009


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,  <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
system accessible to your machine? If so, you can copy it with
shutil.copyfile() or just open it and process it directly.

Kent


More information about the Tutor mailing list