From the tcpcat README: Tcpcat is a simple program that is like `cat' but it works over tcp streams to allow you to cat from one host to another. The host common way to use this program whould be something like this: on host a: $ tcpcat -l 93255 | gzip -dc | tar xvf - on host b: $ tcpcat -h hosta:93255 file.tar.gz Another good use for this program is debugging network stuff. When debugging a newtork client or server you can pipe the output of tcpcat to a hex dump (I recomend xxd which comes with vim). Also it can act as a crude telnet server when invoded with --listen, --input, and --output, this mode is quite useful for network program debugging as well. Author: Angus Mackay WWW: http://www.gusnet.cx/proj/tcpcat/ ttps://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/lwp
Commit message (Expand)AuthorAgeFilesLines
* - Update to 2.5beech2009-01-222-7/+5
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* - Update to 2.4clsung2008-04-153-6/+13
* - Remove FreeBSD 4.X support from unmaintained ports in categories starting withgabor2007-04-161-7/+1
* Mark as BROKEN on 4.x:vd2006-10-091-1/+7
* Upgrade:vd2006-10-063-23/+10
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1