/JavaFileTransfer

An application written in Java that copies files from one folder to another based on the last time they were modified.

Primary LanguageJava

###File Transfer application

This program is written in Java and transfers files from one folder to another based upon the last time the file was modified. The program iterates through the files in a folder and if the file was modified within 24 hours the program copies the file to a new folder.

###Installations This program requires that Java be installed.