How can I write to a socket via curl? Need help with raw socket communication!

18 Replies, 1981 Views

Hey there! Writing to a socket via curl is possible, but it’s not the most intuitive. You can try using the `--unix-socket` option for Unix sockets or `telnet://` for TCP.

If you’re dealing with binary data, curl might not be the best fit. Tools like `nc` or even a simple Python script would be better for raw socket communication.

Messages In This Thread



Users browsing this thread: 1 Guest(s)