Just a side note:

In Java you should trying using camelCase with variable, method or class names e.g. no_of_files_downloaded should be written as noOfFilesDownloaded. not mandatory but this is java code convention and bean naming convention. There are lot of tool and framework in java which relies on bean naming convention when they access code using reflection. so following convention is good.