nc
Verified for current stable LTS
Nc Command: Start Listener Send File
Use for start listener send file with Nc. Exact CLI syntax to start listener send file using Nc.
When to use this: Use for start listener send file with Nc.
Command Syntax
nc < <filename> -l -p <port> nc < <filename> -l -p <port> Command Breakdown
-l- Command Option
- Tool-specific option used by this command invocation.
-p- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to start listener send file using Nc.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Nc Command: Connect And Receive File
nc <host> <port> > <received_filename> Nc Command: Connect And Shell Access nc <host> <port> -e <shell_executable> Nc Command: Proxy Local To Remote Port nc -l -p <local_port> | nc <host> <remote_port> Nc Command: Scan Open Tcp Ports nc -v -z -w <timeout_in_seconds> <host> <start_port>-<end_port> Nc Command: Send Http Get Request echo -e "GET / HTTP/1.1\nHost: <host>\n\n" | nc <host> 80