You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by GitBox <gi...@apache.org> on 2019/06/24 05:26:07 UTC

[GitHub] [mina-sshd] The-Yoda opened a new pull request #104: [SSHD-929] Create separate listener for remove directory.

The-Yoda opened a new pull request #104: [SSHD-929] Create separate listener for remove directory.
URL: https://github.com/apache/mina-sshd/pull/104
 
 
   Right now listener for deletion of file and directory is common. This makes it difficult to find whether directory / file has been removed.
   
   The path passed to `removed` function in SftpEventListener will not tell if the deleted path was a directory or file. `Files.isDirectory(path)` will return false, as the directory doesn't exist.
   
   This patch will have a fix to create one more listener entry for directory removal.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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