cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Curl SFTP: Failure establishing ssh session

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 9 May 2012 22:35:35 +0200 (CEST)

On Wed, 9 May 2012, Marcel Lindenbergh wrote:

> [MacBook~]$ curl --verbose --list-only sftp://127.0.0.1/

Very very few SFTP servers would allow a login without a user name and
password (or key or something else) so I would suggest you try something like
that... If your server allows plain passwords, try "-u user:password".

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2012-05-09