File: tcpcat.1

package info (click to toggle)
ucspi-tcp 0.88-10
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 1,364 kB
  • ctags: 760
  • sloc: ansic: 6,759; makefile: 854; sh: 329
file content (20 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH tcpcat 1
.SH NAME
tcpcat \- print data from a TCP port
.SH SYNTAX
.B tcpcat
.I host
.I port
.SH DESCRIPTION
.B tcpcat
connects to
.I port
on
.I host
and prints any data it receives.

.B tcpcat
can be used to transfer binary data.
It does no conversions.
.SH "SEE ALSO"
tcpclient(1)