https://github.com/srijanmukherjee/socket-file-sharing
Sharing files via TCP
https://github.com/srijanmukherjee/socket-file-sharing
Last synced: 3 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T20:25:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T01:25:34.900Z (5 months ago)
- Language: C
- Size: 24.4 KB
- Stars: 1
- 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