
man socat (1): Multipurpose relay (SOcket CAT) - Man Pages
Socat is a command line based utility that establishes two bidirectional byte streams and transfers data between them.
socat1(1) - Arch manual pages
Socat is a command line based utility that establishes two bidirectional byte streams and transfers data between them.
Linux 命令详解:socat 命令 - 双向数据传输工具 - 知乎
socat (英文全拼:Socket CAT)是 Linux 下的一个多功能的网络工具,其功能与有瑞士军刀之称的 Netcat 类似,可以看作是 Netcat 的加强版。 socat 的主要特点就是在两个数据流之间建立通道,这些数据通道包含文件、管道、设备(终端或调制解调器等)、Socket、SSL、SOCKS4 客户端或代理 CONNECT。 socat 支持众多协议和链接方式,如 IP 、TCP、 UDP、 IPv6 、PIPE、EXEC、System、Open、Proxy、Openssl、Socket 等。 支持广播和多播、抽象 Unix …
How to Use the Command 'socat' (with Examples)
2024年12月17日 · Socat is an exceptionally versatile utility for network data transfer, offering innumerable possibilities for establishing both simple and complex data streams. By understanding these key use cases and leveraging socat’s capabilities, IT professionals and network administrators can troubleshoot, test, and manage networks with precision and ...
socat(1): Multipurpose relay - Linux man page - Linux …
Socat is a command line based utility that establishes two bidirectional byte streams and transfers data between them.
Haproxy 使用Socat获得统计数据 - 运维笔记
2015年7月21日 · Socat . 功能: 是一个基于命令行的实用程序,它建立了两个双向字节流并在它们之间传输数据。 安装: yum install socat。 目标. 输出 Haproxy 统计数据,为 Zabbix 采集 Haproxy 统计数据提供支持。 举个栗子. 支持的命令参数. echo "help" | socat stdio /var/run/haproxy.sock Unknown command.
socat - FreeBSD
Without filesystem entry, socat sets the group of the stream with the fchown() system call. These calls might require group membership or root privilege.
The socat Command in Linux | Baeldung on Linux
2024年8月7日 · The socat command can be used to relay input and output from one location to another. It can allow us to bridge between our terminal and a remote process, or to tunnel through our private networks. We look at how to use this command with a few use cases.
socat
Socat 是一个基于命令行的实用程序,用于建立两个双向字节流并在它们之间传输数据。 由于这些流可以由大量不同类型的数据汇和源构建(请参阅地址类型),并且可以对这些流应用许多地址选项,因此 socat 可用于许多不同的目的。 Use the -h option to find more infos. Filan 是一个实用程序,将有关其活动文件描述符的信息打印到标准输出。 它已经为调试 socat 而编写,但也可能对其他目的有用。 使用 -h 选项查找更多信息。 Procan 是一个实用程序,用于将有关进程参数的 …
socat1 - Multipurpose relay (SOcket CAT)
Socat is a command line based utility that establishes two bidirectional byte streams and transfers data between them.
- 某些结果已被删除