
 |
SolarWinds makes easy-to-use enterprise IT management software to help IT pros solve problems every day and help to enable efficient and effective management of networks and IT environments.
Join our online community of over 100,000 IT professionals talking shop. Get involved. Gain insights. Share tips and tricks. Visit thwack today!
| |
-
-C,
--crlf (Use CRLF as EOL)
This option tells Ncat to convert
LF
line endings to
CRLF
when taking input from
standard input.
This is useful for talking to some stringent
servers directly from a terminal in one of the many common plain-text
protocols that use CRLF for end-of-line. -
-h,
--help (Help screen)
Displays a short help screen with common options and parameters,
and then exits. -
--recv-only (Only receive data)
If this option is passed, Ncat will only receive data and will
not try to send anything. -
--send-only (Only send data)
If this option is passed, then Ncat will only send data and will
ignore anything received. This option also causes Ncat to close the
network connection and terminate after EOF is received on standard
input. -
-t,
--telnet (Answer Telnet negotiations)
Handle DO/DONT WILL/WONT Telnet negotiations. This makes it
possible to script Telnet sessions with Ncat. -
--version (Display version)
Displays the Ncat version number and exits.
|
|