summaryrefslogtreecommitdiffstats
path: root/slackware64-current/slackware64/n/netpipes-4.2-x86_64-1.txt
blob: 5b40408c79a2933ef881d24998ad5c851ab74932 (plain)
1
2
3
4
5
6
7
8
9
10
11
netpipes: netpipes (TCP/IP pipe utilities)
netpipes:
netpipes: Robert Forsman's netpipes package makes TCP/IP streams usable in shell
netpipes: scripts.  It can also simplify client/server code by allowing the 
netpipes: programmer to skip all the tedious programming bits related to sockets
netpipes: and concentrate on writing a filter/service.  Here's an example of
netpipes: what you can do with 'faucet' and 'hose', two netpipes commands:
netpipes: 
netpipes: server$ faucet 3000 -out tar cf - .
netpipes: client$ hose server 3000 -in tar xvf -
netpipes: