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
do,just 'print' or 'syswrite' to socket handle for sending datas on client
end,and '<>' or 'sysread' from the connected socket for receiving datas on
server end.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>