On 2023-04-03 12:32, Per Jessen wrote:
Carlos E. R. wrote:
curl -H tags:warning -H prio:high -d "Laptop warning" \ isengard.valinor/mytopic:2586
More likely:
curl -H tags:warning -H prio:high -d "Laptop warning" \ isengard.valinor:2586/mytopic
Right, that was it. Thanks.
but it is going to port 80 an apache responds instead. I tried to find how to specify a port in the curl manual, and failed, because the word "port" happens thousands of times in the word "supported" :-/
I only found "-P, --ftp-port" which is not it.
The portnumber is specified in the URL. You could just use wget if you're more familiar with that syntax.
Not that much. I just did not know how to put the port in the URL and did not find it in the long manual. -- Cheers / Saludos, Carlos E. R. (from 15.4 x86_64 at Telcontar)