ev1lm0rty / Lazy-Share

Automatically transfers files from primary to backup device without using cellular data (Minor-01 Project)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazy-Share

About

  • Lazy Share is a simple appliction that helps in transfer of files between two computers.
  • It uses socket programming for file transfer.
  • Lazy Share is implemented in C programming language.
  • Feel free to fork and contribute to this repo.

Usage

  • Put the files you want to send in LazyShare/Sent folder.
  • The recieved files would be in LazyShare/Recieved folder.

Platform

  • Tested on Ubuntu 18.04 , Linux Kernel 5.3.0

Build

  • make && make clean

Dependencies

  • network-manager (sudo apt update && sudo apt install network-manager)

Creators

  • Shubham Arya
  • Shubham Dixit

License

  • MIT OpenSource License

About

Automatically transfers files from primary to backup device without using cellular data (Minor-01 Project)

License:MIT License


Languages

Language:C 96.9%Language:Makefile 3.1%