You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Sreedhar J (Jira)" <ji...@apache.org> on 2023/04/17 16:06:00 UTC

[jira] [Created] (SSHD-1322) How to identify received LSTAT command is part of PUT command at Server

Sreedhar J created SSHD-1322:
--------------------------------

             Summary: How to identify  received LSTAT command is part of PUT command at Server
                 Key: SSHD-1322
                 URL: https://issues.apache.org/jira/browse/SSHD-1322
             Project: MINA SSHD
          Issue Type: Question
            Reporter: Sreedhar J


From SFTP client,  when I execute   PUT  <local file>  <remote file>  ,    SFTP Server  recieves   first  LS command  SSH_FXP_LSTAT  followed by  PUT commands ( SSH_FXP_OPEN,  SSH_FXP_WRITE ).

where as  if we issue  PUT < local file>,   Server would get the commands as SSH_FXP_OPEN, SSH_FXP_WRITE

*So, my question is,    at Server  level  LSTAT command was invoked as part of  embeeded PUT command  vs normal LSTAT command from sftp client.*



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org