socat-1.8.0.1_for_Windows

(★ 115)

socat 1.8.0.1-x86_64 [2024-08-24] for Windows 7, 10 & 11. socat is a relay for bidirectional data transfer between two independent data channels.

File Explorer

  • .markdownlint.json
  • Changes.md
  • DOCUMENTATION.md
  • README.md
  • socat-1.8.0.1.7z
  • socat-1.8.0.1.tar.gz
  • socat.exe

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

socat

View Details ▼

Multipurpose relay (SOcket CAT).

sudo socat - TCP-LISTEN:8080,fork

Listen to a port, wait for an incoming connection and transfer data to STDIO:

sudo socat OPENSSL-LISTEN:4433,reuseaddr,cert=./cert.pem,cafile=./ca.cert.pem,key=./key.pem,verify=0 STDOUT

Listen on a port using SSL and print to `stdout`:

sudo socat - TCP4:www.example.com:80

Create a connection to a host and port, transfer data in STDIO to connected host:

🔍

tar

View Details ▼

Archiving utility.
Often combined with a compression method, such as `gzip` or `bzip2`.

tar cf {{path/to/target.tar}} {{path/to/file1 path/to/file2 ...}}

[c]reate an archive and write it to a [f]ile:

tar czf {{path/to/target.tar.gz}} {{path/to/file1 path/to/file2 ...}}

[c]reate a g[z]ipped archive and write it to a [f]ile:

tar czf {{path/to/target.tar.gz}} {{[-C|--directory]}} {{path/to/directory}} .

[c]reate a g[z]ipped (compressed) archive from a directory using relative paths:

🔍

choco install

View Details ▼

Install one or more packages with Chocolatey.

choco install {{package1 package2 ...}}

Install one or more packages:

choco install {{path\to\packages_file.config}}

Install packages from a custom configuration file:

choco install {{path\to\file}}

Install a specific `.nuspec` or `.nupkg` file:

# Project Badges

  • Screenshot_2023-11-08-23-38-22-47_40deb401b9ffe8e1df2f1cc5ba480b12 Screenshot_2023-11-08-23-38-22-47_40deb401b9ffe8e1df2f1cc5ba480b12
// repository documentation