用于与Windows命名管道通信的程序

时间:2012-06-11 07:55:59

标签: windows cygwin named-pipes socat

我对Windows中的命名管道比较新。

我需要一个类似于linux的 socat 的Windows工具,用于通过命名管道进行通信。 Cygwin的socat访问窗口可以命名为管道吗?如果是这样,怎么样?

2 个答案:

答案 0 :(得分:3)

很快就弄明白了。

使用putty和serial作为连接类型。在串行线框中键入完整的管道名称。

enter image description here

答案 1 :(得分:0)

基于smichak的答案,您实际上可以将Putty的plink与socat一起使用来获得cygwin管道:

socat UNIX-LISTEN:/tmp/openssh-ssh-agent,umask=066,fork EXEC:"PLINK.EXE -serial //./pipe/openssh-ssh-agent",pipes