Hi!
I want to get all directories under a specified directory.
Using com.enterprisedt.net.ftp.FTPClient.dir will return all entries (directories and files).
I want to filter so that I only receive directory names.
Should I use a filemask? If so where can I find more information.