[ 
https://issues.apache.org/jira/browse/SSHD-929?focusedWorklogId=267630&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-267630
 ]

ASF GitHub Bot logged work on SSHD-929:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/Jun/19 13:32
            Start Date: 26/Jun/19 13:32
    Worklog Time Spent: 10m 
      Work Description: The-Yoda commented on issue #104: [SSHD-929] Create 
separate listener for remove directory.
URL: https://github.com/apache/mina-sshd/pull/104#issuecomment-505871493
 
 
   Thanks @lgoldstein 
   May I know the style fixes you mentioned? Will help me to correct myself in 
upcoming PRs.
   
   Not related to this, I'm not able to run full `mvn clean install`.
   Always endup with this error ```[ERROR]   
OpenSSHKeyPairResourceParserPasswordTest.testLoadEncryptedFileWithPasswordRetry:139->OpenSSHKeyPairResourceParserTestSupport.testLoadKeyPairs:71->Assert.assertTrue:41->Assert.fail:88
 Too many retries: 3``` and ```[ERROR]   
OpenSSHKeyPairResourceParserDecodingTest.testLoadEncryptedKeyPairs:66->OpenSSHKeyPairResourceParserTestSupport.testLoadKeyPairs:71
 » NoSuchAlgorithm```
   Will create separate jira ticket for 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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 267630)
    Time Spent: 1h 50m  (was: 1h 40m)

> Separate listener for deleting directory in SFTP
> ------------------------------------------------
>
>                 Key: SSHD-929
>                 URL: https://issues.apache.org/jira/browse/SSHD-929
>             Project: MINA SSHD
>          Issue Type: Improvement
>    Affects Versions: 2.3.0
>            Reporter: Subramaniajeeva
>            Assignee: Goldstein Lyor
>            Priority: Minor
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> 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 derectory doesn't exist.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to