Skip to content

vijaykeswani/P2P-File-Sharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

P2P - command line file sharing application

usage : setup the Database using p2p.sql

start a server using server.py
python server.py <port>

clients connects to the server using client.py
python client.py <Server-IP> <Server-Port>	

Supports parellel clients by multi-threading on the server side and download of text based files from one user to another

About

P2P command line file sharing application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages