Hello

I have the following situation: one perl script opens a TCP connection to
a remote server running another perl script. The file descriptors on both
sides are mapped to STDIN and STDOUT file descriptors. After some
"talking", I would like to start rsync using the "exec" call on both sides
of the connection, with both rsync partners using the existing connection
(inherited on STDIN and STDOUT). On the server side, this is no problem (I
can use the --daemon switch). Is there any way rsync can perform this on
the client side, too?

Thanks for any help

Stefan Hoefer

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to