Description
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.
Attachments
Issue Links
- is related to
-
NET-244 Add a FTPClient.listFiles(FTPFileFilter) method
- Closed