> The printers are connected to the network JetDirect cards, > and some of them are old (e.g., HP 4+). I don't know how to > use cat to send data to an IP address, or I would have tried > that.
OT for the original question, but netcat [1] can do this handily. #cat file | nc 192.168.1.1 9100 [1] <http://aixpdslib.seas.ucla.edu/packages/netcat.html> Ian ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
