TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nuk Di
NA
10
1.6k
Folder synchronization program
May 18 2019 8:05 AM
I am interesting in setting up a folder synchronization program with C#.
What the program would do is connect to a server and based on synchronization flags in a configuration file synch the local folder with the remote one.
How would you recommend to do this? What technology would be most fit if not using frameworks.
Would you make an object of each file or just an object of the configuration file with all flags, for exempel flags for skipping certain folders, extensions or delete certain files. How would you do the searching in the remote server to not need to search it each time a certain flag should be checked?
I am new at programming that why all these questions, have chosing this kind of project since it will require me too both learn how to set up a connection and to handle files. Seems as an all around project to learn the most :)
Am thankfull for any answer.
Reply
Answers (
7
)
What is Gateway Design Pattern
how to start learning design patterns in .net core?