Hey everyone,
So, I’ve been trying to figure out how to use curl with a file descriptor for some advanced data handling. I’ve seen a few examples, but I’m still a bit confused about the exact syntax and how it works.
Like, can I just pipe data directly into curl using file descriptor, or do I need to set up something specific? I’m working on a script where I need to send data from a process without writing it to a file first, and I feel like curl using file descriptor might be the way to go.
Anyone got a quick example or some tips? Maybe I’m overcomplicating it, lol.
Thanks in advance!
So, I’ve been trying to figure out how to use curl with a file descriptor for some advanced data handling. I’ve seen a few examples, but I’m still a bit confused about the exact syntax and how it works.
Like, can I just pipe data directly into curl using file descriptor, or do I need to set up something specific? I’m working on a script where I need to send data from a process without writing it to a file first, and I feel like curl using file descriptor might be the way to go.
Anyone got a quick example or some tips? Maybe I’m overcomplicating it, lol.
Thanks in advance!
