Displaying 2 results from an estimated 2 matches for "sftp_client".
Did you mean:
lmtp_client
2007 May 14
0
[PATCH] Adds support for Append command (SSH_FXF_APPEND) to sftp_client
Dear list,
Attached is a patch that implements the "append" command in a sftp session,
as describe in "draft-ietf-secsh-filexfer-01" and further releases.
It is for and had been tested on the current version of OpenSSH
(the Portable CVS) and it works, also against non patched versions.
The patch is "simple" it it just like the "do_upload" function in
2002 Apr 01
0
[Bug 196] New: wront sent message id on upload
...Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: sftp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: chombier at mac.com
In sftp_client.c, do_upload() function, the 'id' variable is used for both the
sent and the received message ids, this corrupts the id of the messages
to send and randomly generates upload failures.
The fix is to use another variable to extract the received message id,
status_id, as done in do_downloa...