Re: file transfer over LAN

2009-03-27 Thread Gabriel Genellina
En Thu, 26 Mar 2009 21:52:18 -0300, MRAB escribió: prakash jp wrote: On generating log file on remote systems(say client), I want to transfer them to the Network Admins(say Server) Computer. In doing so all the contents of the log file r not transfered, only part of the file. f=open(

Re: file transfer over LAN

2009-03-26 Thread MRAB
prakash jp wrote: Hi all, On generating log file on remote systems(say client), I want to transfer them to the Network Admins(say Server) Computer. In doing so all the contents of the log file r not transfered, only part of the file. I appreciate ur help, here is the pre-existant code: fi

file transfer over LAN

2009-03-26 Thread prakash jp
Hi all, On generating log file on remote systems(say client), I want to transfer them to the Network Admins(say Server) Computer. In doing so all the contents of the log file r not transfered, only part of the file. I appreciate ur help, here is the pre-existant code: file sender !!!--client: