[
https://issues.apache.org/jira/browse/SSHD-929?focusedWorklogId=268590&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-268590
]
ASF GitHub Bot logged work on SSHD-929:
---------------------------------------
Author: ASF GitHub Bot
Created on: 27/Jun/19 15:13
Start Date: 27/Jun/19 15:13
Worklog Time Spent: 10m
Work Description: lgoldstein commented on issue #104: [SSHD-929] Create
separate listener for remove directory.
URL: https://github.com/apache/mina-sshd/pull/104#issuecomment-506388705
There used to be (and perhaps there still is) some issue about "strong"
ciphers (such as aes256-cbc) where they have to be "enabled" by modifying some
default JDK security settings (look it up on the internet). Anyway, I'll have a
look at the failing test since our code is supposed to detect automatically
whether a certain cipher (and other security settings) are supported or not
----------------------------------------------------------------
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: 268590)
Time Spent: 2.5h (was: 2h 20m)
> 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: 2.5h
> 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]