Archive Index
This month's Index
|
Subject: [libssh2] Trouble w/ SFTP write and SSHD server
[libssh2] Trouble w/ SFTP write and SSHD server
From: Cary Fitzhugh <cfitzhugh_at_anystream.com>
Date: Thu, 11 Oct 2007 01:08:32 -0400
Hello -
I'm trying to get curl w/ libssh2 working with an SSH server . I can
This SSH server works with all the SFTP clients we could find.
And our version of curl (7.17.0) and libssh2 (0.18) seem to work on
I'm writing the ssh2 group for suggestions since I have done some
My experience tonight is:
scp_write copies a 7k file fine. If I run an scp url in curl, it fails
sftpdir gets the directory listing correctly.
sftp_write copies the first 1k of a 7k file. If I run the sftp url in
Looking through the code, the call to libssh2_sftp_packet_read(sftp,0);
I'm guessing this is a bug in the SFTP server, but how can I
Looking in the sftp draft, it says that
" The server responds to a write request with a SSH_FXP_STATUS
"
Could this be what the server is missing? But that seems like a pretty
Thanks for any help!
-------------------------------------------------------------------------
_______________________________________________
|