Archive Index
This month's Index
|
Subject: Re: libssh2_session_startup is failing with "Failed getting banner"
Re: libssh2_session_startup is failing with "Failed getting banner"
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 24 Jun 2010 20:20:07 +0200 (CEST)
On Thu, 24 Jun 2010, Ishwar Ande wrote:
> I have tried with the sftp.c example and I was able to transfer the files
1. enable debug:
$ ./configure --enable-debug
2. then switch on tracing (before the function call that fails) and log the
libssh2_trace(session, ~0);
3. show us the output
-- / daniel.haxx.se _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-develReceived on 2010-06-24 |