Re: Windows named pipe
Jeff MAURY via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <CANyrOm4+_ys-rcwZTrtE6UGq-Ekjy=LmWBh=gCnPVanSP-hfFQ@mail.gmail.com> |
So what are the switches to use to send a request to a Windows named pipe using curl ? On Mon, Oct 9, 2023 at 10:41 PM Daniel Stenberg <[email protected]> wrote: > 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 > -- "Legacy code" often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/mail/etiquette.html