**Code:** launch = SocketServer.TCPServer(('192.168.40.131',445),SMB2) **Running error:** socket.error: [Errno 10049] The target server opened the 445 port, and I turned off the firewall.
Code:
launch = SocketServer.TCPServer(('192.168.40.131',445),SMB2)
Running error:
socket.error: [Errno 10049]
The target server opened the 445 port, and I turned off the firewall.