Displaying 1 result from an estimated 1 matches for "sftp_failure".
2020 Jan 06
2
[Bug 3109] New: Failure when sftp-server writes big data chunks on Windows
...l status code for a partial write.
In an ideal case, OpenSSH SFTP would have a separate condition and send
a different debug message when partial data is write... but this will
not help the remote client.
What could help a remote SFTP client is send a human readable text
message together with the SFTP_FAILURE (code 4) status.
But I see that all the send_status call in OpenSSH are without a human
readable message.
The code is here:
https://github.com/openssh/openssh-portable/blob/master/sftp-server.c#L813
You can close this bug as I think the best thing to do is to have the
SFTP RFC updated with a...