Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Dear All

Scenario: I want to develop an application.The application should be able to connect to my remote server and download data to the local disk , while downloading it should check for new files and only download the new ones simultaneously creating the required(new) folders.

Problem: I have no idea how to compare the files in the server with the ones in the local disk.How to download only the new files from the server to the local disk?

What i am thinking?: I want to sync the files in the local machine with the ones in the server.and synchronize also the server files to local

thanks
Posted
Comments
TenmanS14 24-Jun-15 10:39am    
just use rsync...
Sergey Alexandrovich Kryukov 24-Jun-15 10:57am    
It makes no sense at all. These description does not define how things should be after synchronization. The whole idea does not seem to make sense.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900