I am running an Ubuntu VPS on Hetzner from a user with sudo priveleges. I am using the web console on Hetzner website. I am trying to run the curl command for linux x86 from boring proxy website
The Command is:
curl -LO https://github.com/boringproxy/boringproxy/releases/latest/download/boringproxy-linux-x86_64
It results in:
curl: Remote file name has no length!
curl: (23) Failed writing recieved data to disk/application
-bash: //github.com/boringproxy.com/boringproxy/boringproxy/releases/latest/download/boringproxy-linux-x86-64: No such file or directory
The exact same command pasted into terminal on my local Ubuntu works fine. Does anyone know what I might need to change on my Hetzner Cloud VPS in order to get the curl command to work? It is Ubuntu 22.04. I had issues getting ssh keys to work with this newly created vps, though I had it working on an earlier one. So I was trying to just do everything from the web console. I created a user with sudo priveleges and was using that to access the server in the web console.
Sorry if this is obvious or I am doing something wrong; I am not experienced.