List the files based on the modified time in FTP

List the files based on the modified time in ftp.

ftpclient.list(’*’)
It gives all the files in a directory , But It should list
the file based on the modified time

There is a mistake in above question .
I need all the files based on the modified time stamp.