| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Re: Using libCurl over SSH Tunnel
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 12 Apr 2010 17:45:55 +0200 (CEST)
On Mon, 12 Apr 2010, Jérôme Patey wrote:
>> So why not setup the tunnel first, independently, and then just invoke
I was more thinking about you setting up a tunnel like:
"ssh -L 8080:[remotehost]:80 [sshserver]"
and then you point libcurl to the site, as you would with curl like:
curl -H "Host: [remotehost]" http://localhost:8080/[rest of url]
> I think Curl_write is a little to highlevel, because the HTTPS protocol is
Right, if you want to completely make SSH act as a proxy, then I think a good
In my view, it would make an interesting addition...
-- / daniel.haxx.se
-------------------------------------------------------------------
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info