tomaswolf commented on issue #690: URL: https://github.com/apache/mina-sshd/issues/690#issuecomment-2713991881
As far as I can determine it looks like this is some GlobalScape SFTP server, so most likely running on Windows. No idea what version of OpenSSH they might be using, or how old that software reporting this version is. SFTP can be run over OpenSSH as an external process, so even if this server used OpenSSH 7.9 it might still use a proprietary SFTP implementation. It also appears that on these servers, there is a separate permission setting to allow appending to files, but I have not found any information about what happens if a user doesn't have that permission and tries appending all the same. (Does one get a failure response? Or does it silently ignore the append flag?) To me this very much looks like a server-side problem. Does appending to a remote file on a plain vanilla OpenSSH server work for you? (OpenSSH is always be SFTP v3.) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org