https://github.com/soodaayush/free-file-sync
An application that syncs files from one directory to another.
https://github.com/soodaayush/free-file-sync
csharp dotnet threading
Last synced: over 1 year ago
JSON representation
An application that syncs files from one directory to another.
- Host: GitHub
- URL: https://github.com/soodaayush/free-file-sync
- Owner: soodaayush
- Created: 2022-05-06T19:22:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T01:08:19.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T02:16:07.262Z (over 1 year ago)
- Topics: csharp, dotnet, threading
- Language: C#
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FreeFileSync

## Inspiration
I wanted to create a useful program in C# .NET and decided on creating a file syncing app.
## Challenges
Creating the logic behind syncing files and multithreading to ensure the app runs smoothly.
## Lessons Learned
Learned the basics of C# .NET and how to implement multithreading within an application.
## The Program
This program allows you to sync files from one directory to another. There are three ways to sync: Left to Right, Right to Left, and Two-Way.