Re: File transfer over socket connection

2006-07-19 Thread Peter Cornelius
On Jul 18, 2006, at 9:08 AM, Jerry DuVal wrote: I can talk btwn the client and server with no problem, but I want to send a file over the TCP socket connection. Does any one have any examples? The file is just data, which I'm assuming you can open and read. Since you can also write to

RE: File transfer over socket connection

2006-07-19 Thread Jerry DuVal
Perfect, exactly what I was looking for! Thanks Jerry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of zentara Sent: Wednesday, July 19, 2006 8:48 AM To: beginners@perl.org Subject: Re: File transfer over socket connection On Tue, 18 Jul 2006 12:08:31

RE: File transfer over socket connection

2006-07-18 Thread Jeff Peng
I can talk btwn the client and server with no problem, but I want to send a file over the TCP socket connection. Does any one have any examples? Maybe you would take a look at CPAN's some modules like Rsync,Scp,etc. If you just want to transmit a text file from client to server,it's easy to