tomaswolf commented on issue #509:
URL: https://github.com/apache/mina-sshd/issues/509#issuecomment-2134655636

   There is a minor bug in Apache MINA sshd, though: when we request file 
attributes, we tell the server we're interested in all items: 
https://github.com/apache/mina-sshd/blob/5a78e6dfe37ec982de8eec7abf449e83b3c984ae/sshd-sftp/src/main/java/org/apache/sshd/sftp/client/impl/AbstractSftpClient.java#L1027-L1029
   
   This sends 0x00_00_FF_FF. But this is not correct. In SFTP >= v4, bit 0x2 
MUST NOT be set:
   
   > 0x00000002 MUST NOT appear in the mask. [draft 
RFC](https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-03#section-5.1)
   
   Therefore re-opening to fix this.


-- 
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

Reply via email to