# $Id: README,v 1.3 2008/09/16 15:55:26 ksb Exp $ muxsend is a generic Perl script to pump data to a tcpmux service. It follows mux protocol (will not send the data if the reply code starts with "-", etc). We output anything we get from SOCKET to STDOUT while we pump, under -O. This makes muxsend work in a pipe-line, like any good shell filter. Basically that makes it a remote filter call client (RFCC). -- petef, ksb Sep 2008