https://github.com/sergeipapina/pysocketfile
client and server for file sending with sockets
https://github.com/sergeipapina/pysocketfile
file-upload network wsl
Last synced: 9 days ago
JSON representation
client and server for file sending with sockets
- Host: GitHub
- URL: https://github.com/sergeipapina/pysocketfile
- Owner: SergeiPapina
- Created: 2024-02-02T11:01:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T11:13:00.000Z (over 2 years ago)
- Last Synced: 2025-02-25T20:34:38.920Z (over 1 year ago)
- Topics: file-upload, network, wsl
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
use scripts to send files with sockets
just set correct IP addresses,
run "python3 socketserver_file.py" at receiving side
run "python3 client_file path_to_file" to send a file by path.
the received file check in socketserver_file direcory