Skip to content

imranzaheer612/file-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File Synchronizer

Implemented a file synchronizer in python.

working system

Description

On Client Side.

  • Save your data in dir ./mydata
  • Start the server.
  • The client will be synced with the server
  • In case files are misplaced by the user
  • Start the client-side again
  • The files will be recovered

Getting Started

Dependencies

  • Python
  • watchdogs
pip install watchdog

Installing

  • Clone the repo
git clone https://github.com/imranzaheer612/file-sync.git
  • Start the server first on the same network (LAN)
  • In program.py give the host IP and Port number to the client
client = Client('localhost', 55000)
client.connect()

Executing program

  • Start the server first on LAN
  • Then start the client

Help

You case some error occurred you can see the logged files on the client or server side.

License

This project is licensed under the [MIT] License - see the LICENSE.md file for details

About

Used python client server to make a file synchronizer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages