nc
Verified for current stable LTS
Nc Commands
Nc command syntax with verified terminal examples.
Commands
7 commands for Nc
nc Operations
Nc Command: Connect And Receive File
nc <host> <port> > <received_filename> nc Operations
Nc Command: Connect And Shell Access
nc <host> <port> -e <shell_executable> nc HTTP
Nc Command: Proxy Local To Remote Port
nc -l -p <local_port> | nc <host> <remote_port> nc Archive
Nc Command: Scan Open Tcp Ports
nc -v -z -w <timeout_in_seconds> <host> <start_port>-<end_port> nc HTTP
Nc Command: Send Http Get Request
echo -e "GET / HTTP/1.1\nHost: <host>\n\n" | nc <host> 80 nc Archive
Nc Command: Start Listener Send File
nc < <filename> -l -p <port> nc Archive
Nc Command: Start Listener Shell Access
nc -l -p <port> -e <shell_executable> Suggest a Nc Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Nc workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.