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

   Looks like we should also write the file open modes to the log.
   
   Using the file system
   
   - the file will be deleted first if it existed (it didn't, as the stat 
response shows), and
   - the open() call will include the `Exclusive` flag.
   
   I don't know why the server seems to have a problem with the direct open() 
call. I don't really see how I could help here further. AFAIK, the actual 
open() call is in both cases the very same piece of code in Apache MINA sshd. 
So any difference in server behavior must be caused by different request 
parameters (different flags), or a different device state (such as the file 
already existing).


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to