bsteiner0385
Member
- Joined
- Jul 23, 2007
- Messages
- 10
- Programming Experience
- Beginner
Alright... so I am trying to make a program that will check the local files on your computer and compare them to the same set of files on a file server... I want the program to replace any file on your local computer that has an newer version on the server. For example... I have a set of 8 documents on a fileserver. A person uses the program I am building to check for updates, and since they have not ever downloaded anything it will download all 8 files to the directory of their choice. A month later 3 of the files have been changed on the fileserver. The user runs the program again, and only the 3 files with modifications will be downloaded and replace the original local copies.