Guenter,
> definitely yes. WinZip does always convert lf to crlf by default while
> WinRar doesnt;
> you have to set that explicitely in WinRar's config.
using WinRar 3.30, i can't find where to configure that. Is it a feature
of a later release ?
Immanuel
--
hello,
line 150 prevents example/simple/sftp.c from running as it is supposed to.
userauthlist = libssh2_userauth_list(session, username, sizeof(username));
it should be
userauthlist = libssh2_userauth_list(session, username, strlen(username));
Immanuel Gregoire
On Mon, 24 Sep 2007, [EMAIL PROTECTED] wrote:
> line 150 prevents example/simple/sftp.c from running as it is supposed to.
> userauthlist = libssh2_userauth_list(session, username, strlen(username));
Thanks a lot, fixed now!
--
Hello,
this patch fixes the mistaken possible failures when using non-blocking
under WIN32.
Kind regards
Immanuel Grégoire
transport.c.patch
Description: Binary data
-
This SF.net email is sponsored by: Microsoft
Defy all c
On Mon, 24 Sep 2007, [EMAIL PROTECTED] wrote:
> this patch fixes the mistaken possible failures when using non-blocking
> under WIN32.
Thank you thank you thank you!
Patch committed!
-
This SF.net email is sponsored by: Mi
hello,
this one should prevent subsequent SFTP calls (using different
connections) from using the same SSHPROTO values (eg for user and
password).
Immanuel
ssh.c.patch
Description: Binary data
-
This SF.net email is sponsor
On Mon, 24 Sep 2007, [EMAIL PROTECTED] wrote:
> this one should prevent subsequent SFTP calls (using different connections)
> from using the same SSHPROTO values (eg for user and password).
... only now you posted the patch to the wrong mailing list! ;-)