[ 
https://issues.apache.org/jira/browse/SSHD-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet resolved SSHD-404.
----------------------------------
       Resolution: Won't Fix
    Fix Version/s:     (was: 0.14.0)

The ssh-sftp module is deprecated.

> SSHD-FTP Protocol version 5 fails on SSH_FXP_READDIR command
> ------------------------------------------------------------
>
>                 Key: SSHD-404
>                 URL: https://issues.apache.org/jira/browse/SSHD-404
>             Project: MINA SSHD
>          Issue Type: Bug
>    Affects Versions: 0.13.0
>            Reporter: Santhosh Nair
>
> You could use Winscp  to test this (Make sure winscp use protocol version 5). 
> After investigation I found it is because ACCESSTIME is missing under file 
> Attributes. You could fix this by adding following code segment inside 
> Serializer.writeAttrs(...)
>  if (version >=4 && (flags & SSH_FILEXFER_ATTR_ACCESSTIME)!= 0 ){
>               buffer.putLong(attrs.getAccessTime());
>         }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to