Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/srijanmukherjee/socket-file-sharing
- Owner: srijanmukherjee
- License: mit
- Created: 2023-08-07T06:46:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-10T20:25:54.000Z (over 1 year ago)
- Last Synced: 2023-08-11T03:32:20.892Z (over 1 year ago)
- Language: C
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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