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

   Yes, that was my mistake when reading the code. File handle size 16 means it 
uses 16 bytes, but then converts these to a hex string, which gives 32 
characters, and thus we have with `SftpModuleProperties.FILE_HANDLE_SIZE = 16` 
**32** bytes for the actual file handle and thus in the SSH network messages. 
As I wrote, the implementation is strange. :-(
   
   Now that this is confirmed:
   
   - As it definitely is a bug in WS_FTP, can you file a bug report there?
   - I'll see if I can rewrite this file handle stuff in Apache MINA sshd to 
use 4 bytes by default. Shouldn't be too hard.


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