summaryrefslogtreecommitdiff
path: root/tcpcat.1
blob: 4c51ed5a2d07772783e177d133d155e1d3c7813c (plain)
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)