Hello Sir,
May be my understanding and actual statement is different still i am posting it as i though it could serve my purpose
Anyway here it is
dirDetails
public void dirDetails(java.lang.String dirname,
DirectoryListCallback lister)
throws java.io.IOException,
FTPException,
java.text.ParseException
Description copied from interface: FTPClientInterface
List a directory's contents via a callback. The callback is notified for each directory entry, meaning they can be processed individually. It also avoids out of memory problems if the directory is huge, and an array of thousands of FTPFile objects would otherwise be returned.
Specified by:
dirDetails in interface FTPClientInterface
Parameters:
dirname - name of directory (some servers permit a filemask)
lister - callback to be notified of errors
Throws:
java.io.IOException
FTPException
java.text.ParseException