Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergeipapina/pysocketfile
client and server for file sending with sockets
https://github.com/sergeipapina/pysocketfile
file-upload network wsl
Last synced: 16 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 (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-02T11:13:00.000Z (12 months ago)
- Last Synced: 2024-11-10T21:41:50.285Z (2 months 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