cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Re: curl crashes when trying to scp over socks4

From: Hans-Jürgen May <hans.juergen.may_at_googlemail.com>
Date: Fri, 20 Jun 2008 19:28:34 +0200

I tried the attachment: ssh-over-socks.patch but I couldn't patch curl
7.18.2 with that.
Maybe, because I never used "patch" before.
But I could patch the daily snapshot and finally build it:
$ curl -V
curl 7.19.0-20080620 (sparc-sun-solaris2.10) libcurl/7.19.0-20080620
OpenSSL/0.9.8g zlib/1.1.4 libssh2/0.19.0-20080613
Protocols: tftp ftp telnet dict ldap http file https ftps scp sftp
Features: IPv6 Largefile NTLM SSL libz

There's good news and bad news from my tests:
good news (important for me) is: local scp upload (see my post in
curl-users) is working now !

$ curl -v --key /home/user/.ssh/id_dsa --pubkey
/home/user/.ssh/id_dsa.pub --user user: -T testfile
scp://127.0.0.1:22/$PWD/testfile.scp
...
-> hooray, it's working !

The bad news is: with socks there's still the old crash.
I'll try my fix again for the moment to test scp upload via socks4.
Received on 2008-06-20