You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python program that allows for file transfer over TCP. It's a client-server architecture where the client sends a file to the server, and the server receives it and saves it under a different name.