Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Enables transfering of files to computers connected to the same network, with a max transfer speed of 48 mbps(Note this won't consume internet data, file transfer is done over IP).

License

Notifications You must be signed in to change notification settings

excalibur-kvrv/remote-file-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remote-file-transfer

This project will now be archived and functionality of the same will be covered in another project

Codacy Badge

  • start a virtual environment using virtualenv -p python3.7 venv and activate it using source venv/bin/activate
  • install requirements through pip install -r requirements.txt
  • start the program using python main.py