socat icon indicating copy to clipboard operation
socat copied to clipboard

Mirror of the socat source code with pre-built releases for Linux (x64 and x86), Windows (x64 and x86), and MacOS (x64)

Results 1 socat issues
Sort by recently updated
recently updated
newest added

I have debugged the http-server for netcat. Running in WSH did this: `ncat.exe -klp 8080 -e "C:/Windows/SysWOW64/cscript.exe //Nologo httpd.session.wsf"` I wanted to try socat instead of netcat and I can't...