Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srijanmukherjee/socket-file-sharing

Sharing files via TCP
https://github.com/srijanmukherjee/socket-file-sharing

Last synced: 9 days ago
JSON representation

Sharing files via TCP

Awesome Lists containing this project

README

        

# Socket File Sharing Application

An application to share files between computers via TCP

## Instructions

```bash
# 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 [--port=PORT]
```

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