I am connected in a Network and want to connect a recently transfered Winsock application on another PC. I have no other programs running on that PC.
Please do let me know as it is a bit urgent.
Thanx
Printable View
I am connected in a Network and want to connect a recently transfered Winsock application on another PC. I have no other programs running on that PC.
Please do let me know as it is a bit urgent.
Thanx
If the Winsock application is running and listening on a port, you need to know the name or IP address of that computer, and what port its listening on. Then you can connect to it.
You can't really run it remotely if its not running already.