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.
socat と ncat について学んでいます。ストリーム データをファイルに記録したいと考えています。ncat を使用すると、次のようにできます。
ncat <いくつかのパラメーター> --output save_file.txt
最初の質問は、socat で同じことを行うにはどうすればよいですか?
第二に、両方ではなく、方向のデータのみを保存したいのですが、ストリームが双方向であることを望んでいます。どうやってやるの?
どうもありがとう。