Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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