python3 sending files via socket
问题 everything should be alright, but received file is always being damaged the data is matched without any difference remove the hash tag from print(data) if you want to see binary and compering by yourself .................................................................... .................................................................... server.py import socket, threading, os from time import sleep host, port = '127.0.0.1', 442 class transfer : mysocket = socket.socket(socket.AF_INET,