if a file is created() ,the first time.
does the FTPFIle.created() equals FTPFile.lastModified() ?
may be the Dir's lastModified Time < File's lastModified Time ; file is belong to Dir.
so if we only judge the Dir's modified time to get the updated documents, it may be wrong.
Is it right ??