apaladugu pal

Greenhorn
+ Follow
since Jun 29, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by apaladugu pal

Hi When creating the server and client sockets how can i specify the same port in both of them
When creating the server socket i can iterate through the port numbers and assigh the available port but how can the client know the port number to connect to the server socket.Can someone please let me know how to do this
Thanks
Hi,
I have an application where the user can select a computer on the LAN
and when user selects transfer a set of files should be transferred from my computer to the selected computer.I have to do this using sockets .can some one please give me some idea on how to start this.

I was thinking of writing a server socket which will be installed along with another software on all the machines in the LAN.When i run the application on my machine and select transfer how can i make the server socket program to start on the remote computer?