Problem : I’m using something like this to send file from one computer to another: To serve file (on computer […]
Tag: netcat
Netcat stops listening for UDP traffic
Problem : I am using netcat on some Linux machines (see this other question), but seeing some unexpected behavior. Unlike […]
netcat, nc, listen to several requests
QUESTION : I am trying to debug a network client. I just need to see several HTTP requests made in […]
Reboot Linux via netcat?
Problem : Put aside the security risks, I need a temporary way to reboot over a network without relying on […]
How to pipe the output of a linux command back into the predecesssing command
Problem : The linux command nc -l 8090 | (read METHOD URI PROTOCOL ; echo “method: $METHOD” ; echo “path: […]
How to netcat all the files in my directory?
Problem : I have a directory of files I’d like to netcat to another machine. For one, I use nc […]
OS X LoginHook – nc exits prematurely for no apparent reason
QUESTION : I’m trying to use loginhook to download large amounts of data and I’ve been having problems which I’ve […]
How can I force netcat to send my input immediately, not just on newlines?
Problem : How can I force netcat to send my input immediately, not just on newlines? I want to test […]
Keep Process Running after Quitting NetCat
Problem : I am using NetCat on Windows 7 Professional to connect to my linux machine at home. I need […]
Is it possible to push video out and usb over TCP/IP
Problem : I have a security camera system that is running Linux and is placed near the cameras (not in […]
- 1
- 2