blob: 786d80e1da9c08faccc4dcd79ec9447bac2656a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
.TH sslcat 1
.SH sslcat
sslcat \- simple ssl upload of a file with verbose output
.SH SYNOPSIS
.B sslcat
[
.I host
.I port
.I args
]
.SH DESCRIPTION
.B sslcat
connects via the IP[v4|v6] protocol to
.I host
on
.I port
via TCP, and then attempts an SSL connection while
sending the data available on file descriptor 6
to the server.
It prints any data it receives.
.B sslcat
can be used to transfer binary data.
It does no conversion other than SSL encoding and decoding.
If
.I port
is not supplied,
.B sslcat
uses TCP port 443 (HTTPS).
If
.I host
is not supplied,
.B sslcat
connects to the local host.
If
.I args
are supplied, they are passed to
.B sslclient
unmodified.
.SH SEE ALSO
sslserver(1),
sslclient(1),
sslcat(1),
https@(1),
tcp-environ(5)
|