Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 Windows 中的命名管道比较陌生。
我需要一个类似于 linux 的socat的 windows 工具来通过命名管道进行通信。Cygwin 的 socat 可以访问命名管道的窗口吗?如果是这样,怎么做?
自己很快就想通了。
使用 putty 和 serial 作为连接类型。在串行线路框中键入完整的管道名称。
基于 smichak 的答案,您实际上可以使用 Putty 的 plink 和 socat 来获得 cygwin 管道:
socat UNIX-LISTEN:/tmp/openssh-ssh-agent,umask=066,fork EXEC:"PLINK.EXE -serial //./pipe/openssh-ssh-agent",pipes