Displaying 1 result from an estimated 1 matches for "i_append".
Did you mean:
o_append
2007 May 14
0
[PATCH] Adds support for Append command (SSH_FXF_APPEND) to sftp_client
...ent, in the
"sftp-client.c" ... so why not to use it ?
I hope this patch will be included in future release of OpenSSH, or at least
that you will consider to reimplement it in a better way. Let me know if ...
* Some notes:
I have also revisited "sftp.c".
There is now a new I_APPEND Command, that has number "1" for alphabetic
reason.
If you do not plan to insert this patch consider to change this line of code:
--- sftp.c.orig 2007-05-14 22:48:33.000000000 +0200
+++ sftp.c 2007-05-14 22:50:07.000000000 +0200
@@ -940,7 +940,7 @@
return(-1...