curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: SCP to Cisco device

From: Martin Galvan <omgalvan.86_at_gmail.com>
Date: Thu, 5 Jul 2018 10:26:31 -0300

2018-07-05 3:23 GMT-03:00 Daniel Stenberg <daniel_at_haxx.se>:
> On Wed, 4 Jul 2018, Martin Galvan wrote:
> I did a quick check and I found two things:
>
> 1. I can get a file fine over SCP with the libssh backend when I do:
>
> curl scp://localhost/tmp/moo -u user:pwd
>
> 2. I can however trigger an assert if I leave out the path part from the
> URL:
>
> curl scp://localhost/ -u user:pwd

In my case, I did:

curl -v scp://somehost/home/user/martinTest -u user:pass

and got a segfault. Same thing happens with localhost. Notice I'm not
hitting an assert but having a segfault.

> If the "preserve properties" action is the problem then I think we should do
> what I suggested already five years ago: have a fall-back mode that can
> retry without asking for them. It seems nobody took up the task back then.
> Possibly because not that many can reproduce this and it makes it pretty
> annoying to work on.

I can test any fixes you guys come up with.
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2018-07-05