An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# FreeFileSync

![file-syncing-app](https://github.com/user-attachments/assets/83c005d8-dab3-4d2d-a624-59575b78eaaa)

## 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.