Skip to content

srijanmukherjee/socket-file-sharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket File Sharing Application

An application to share files between computers via TCP

Instructions

# Build the application
chmod +x build.sh
./build.sh

# Production build
./build.sh prod

# To receive file
./bin/share recv [--port=PORT]

# To send a file
./bin/share send <RECEIVER IP> <FILEPATH> [--port=PORT] 

Note: (for receiver) add a firewall exception for the PORT you want to use

About

Sharing files via TCP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages