Quote:
Originally Posted by ajeesh.tr
Hi all,
I want to pass ip address,port address and some parameters from command line using python script.The ip address and port address for establishing socket connection and remaining parameters to execute different connection.Can anyone help me??
Thanks in advance
|
look at
for documentation on handling command line arguments.
If you are familiar with sockets in Python, it is trivial after that to implement.