Re: Windows named pipe
Daniel Stenberg via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 9 Oct 2023, Jeff MAURY via curl-users wrote: > I am trying to use curl to send to a Windows named pipe but I was never > successful. I used --unix-socket but I can't figure out the value to be > given to that argument. --unix-socket is for unix domain sockets, they are not the same thing as named pipes. Similar purpose, but different ways. A unix domain socket exists as an entry in the file system so you specify the path that is the unix domain socket. A named pipe does not work like that. -- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports, new features | https://curl.se/support.html -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/mail/etiquette.html