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,  <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
system accessible to your machine? If so, you can copy it with
shutil.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