You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Christopher Yeleighton (JIRA)" <ji...@apache.org> on 2014/04/05 08:12:15 UTC

[jira] [Created] (NET-533) FTPClient unable to handle a recursive listing

Christopher Yeleighton created NET-533:
------------------------------------------

             Summary: FTPClient unable to handle a recursive listing
                 Key: NET-533
                 URL: https://issues.apache.org/jira/browse/NET-533
             Project: Commons Net
          Issue Type: Bug
          Components: FTP
    Affects Versions: 3.3
         Environment: Android 4.0.4
            Reporter: Christopher Yeleighton


The expression (ftpClient .listFiles ("-lR")) 
evaluates to (FTPFile [] { "a", "b/", "a"  }) 
rather than (FTPFile [] { "a", "b/", "b/a"  }).



--
This message was sent by Atlassian JIRA
(v6.2#6252)