summaryrefslogtreecommitdiff
path: root/man/sslcat.1
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-14 21:28:19 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-14 21:28:19 +0200
commit1087d4df2a7342d2832ba3bab1843bf4a3040775 (patch)
tree96cd6ea198cc542f29c0660d5e5f7083af84d711 /man/sslcat.1
add version 0.12.10HEADmaster
Diffstat (limited to 'man/sslcat.1')
-rw-r--r--man/sslcat.148
1 files changed, 48 insertions, 0 deletions
diff --git a/man/sslcat.1 b/man/sslcat.1
new file mode 100644
index 0000000..786d80e
--- /dev/null
+++ b/man/sslcat.1
@@ -0,0 +1,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)