I'm just new to Python Socket~
I'm making a socket project which can send a file to the server, and I would like to make to client execution like so:
python client.py [hostname] [port] [send filename]
sys.argv[1], sys.argv[2] are used to send hostname & port to the socket.recv(), but how can the server recognise the filename/third argument?