New FTPClient method to retrieve all directory names in the current working 
directory.
--------------------------------------------------------------------------------------

                 Key: NET-156
                 URL: https://issues.apache.org/jira/browse/NET-156
             Project: Commons Net
          Issue Type: New Feature
    Affects Versions: 1.5
         Environment: Operating System: All
            Reporter: Billy Bacon
            Priority: Minor


A project I'm on had a requirement which I needed to traverse each directory 
from the users home directory (after logging in to the ftp server) and download 
a specific file format. I created a method listDirectories() which will return 
a String[] of directory names which reside in the current working directory. I 
thought this could be a nice addition to the API and would like to contribute 
the code I wrote.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to