这是indexloc提供的服务,不要输入任何密码
Skip to content

kasunvimarshana/file-sharing-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate SSL Certificates (one-time setup):

openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes

Start the Server:

python server/server_main.py

Start the Client:

python client/client_main.py localhost 50000

About

distributed file sharing system

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages