Linux Network Commands: Difference between revisions

From miki
Jump to navigation Jump to search
(socat)
 
No edit summary
Line 1: Line 1:
;[http://www.dest-unreach.org/socat/doc/socat.html socat]
;[http://www.dest-unreach.org/socat/doc/socat.html socat]
:command-line utility that establishes two bidirectional byte streams and transfers data between them
:command-line utility that establishes two bidirectional byte streams and transfers data between them
;[http://netcat.sourceforge.net/ netcat]
:TCP-IP swiss army knife
:''(equivalent of the telnet program. Check [[wikipedia:netcat]]. Also known as command '''nc''')''.

Revision as of 23:40, 23 September 2008

socat
command-line utility that establishes two bidirectional byte streams and transfers data between them
netcat
TCP-IP swiss army knife
(equivalent of the telnet program. Check wikipedia:netcat. Also known as command nc).