Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!rpi!sci.ccny.cuny.edu!phri!cmcl2!kramden.acf.nyu.edu!brnstnd From: brnstnd@kramden.acf.nyu.edu (Dan Bernstein) Newsgroups: comp.protocols.tcp-ip Subject: Re: sockets vs. streams Message-ID: <6813:Sep621:56:5490@kramden.acf.nyu.edu> Date: 6 Sep 90 21:56:54 GMT References: <2350@cirrusl.UUCP> <1990Sep5.020521.803@mlb.semi.harris.com> <2364@cirrusl.UUCP> Organization: IR Lines: 16 In article <2364@cirrusl.UUCP> dhesi%cirrusl@oliveb.ATC.olivetti.com (Rahul Dhesi) writes: > This would be nice. A possible solution is to write a program "netsend": > cat somefile | netsend tcp:x.x.x.x-y.y It's been done! cat somefile | authtcp x.x.x.x y sh -c 'cat >&6'. Specify -XR if you don't want RFC 931 security. Use multitee 0:6 instead of sh -c 'cat >&6' if you have multitee. > All we need now is for somebody to write it and send it to > comp.sources.misc. authtcp and attachport are in the auth package, which appeared in c.s.unix volume 22. (multitee was also published in c.s.unix.) ---Dan