cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: [PATCH] libssh2 SFTP

From: James Housley <jim_at_thehousleys.net>
Date: Fri, 24 Nov 2006 12:44:52 -0500

On Nov 24, 2006, at 11:13 AM, Daniel Stenberg wrote:

> Hey
>
> Here's my patch as previously, but with the SFTP download procedure
> restored to the state James brought.
>
> The same concept will have to be used for the SFTP upload as well
> but isn't yet in this patch, and I don't mind leaving that until we
> commit this and can work from that.
>
> I still can't download anything SFTP with this, but I wasn't able
> to before either so I don't think that's have to be because I broke
> anything.
>
> Please have a test and possibly adjust, and then we can commit this
> and move on to fix the uploading and I can debug my failed SFTP
> downloading more.
> <libssh2-20061124.patch>

1) ./src/curl -O sftp://housley@baby/~/rc.conf
2) ./src/curl -T RELEASE-NOTES sftp://housley@baby/~
3) ./src/curl -T RELEASE-NOTES sftp://housley@baby/~/
4) ./src/curl -O scp://housley@baby/~/rc.conf
5) ./src/curl -T RELEASE-NOTES scp://housley@baby/~
6) ./src/curl -T RELEASE-NOTES scp://housley@baby/~/

Test # My Patch Above Patch
--------------------------------
1 PASS PASS
2 FAIL FAIL (I know how to fix this)
3 PASS PASS
4 PASS FAIL (after DL it never stops)
5 PASS PASS
6 PASS PASS

Jim

--
/"\   ASCII Ribbon Campaign  .
\ / - NO HTML/RTF in e-mail  .
  X  - NO Word docs in e-mail .
/ \ -----------------------------------------------------------------
jeh@FreeBSD.org      http://www.FreeBSD.org     The Power to Serve
jim@TheHousleys.Net  http://www.TheHousleys.net
---------------------------------------------------------------------
Fortune Not Found:
Abort, Retry, Ignore?

Received on 2006-11-24