sending message if i know ip and port ???

Status
Not open for further replies.

nik_for_you

In the zone
hi geeks !! I want to that whether i can send message to other computer if i know ip address and listenig port of other computer ??
 

kalpik

In Pursuit of "Happyness"
^^ Listening port of what?? I mean what server is listening to that port? If u just wanna send messages to lan computers, just open command prompt and type "net send <I.P.> your message"
 

gary4gar

GaurishSharma.com
for this u need to send him a file over 1 mb.when sending him a file
click start
run "cmd"
type "netstat -a"
now u'll get all ips connected to computer along with thier listning ports try find his but first save them all in text file


regards,
gary
 
Last edited:

kalpik

In Pursuit of "Happyness"
^^ OK! Now we know you were really sleepy while writing that post! Hehe.. Just read it once!
"for this u need to send him a file over 1 mb.when sending him a him" :p
 
OP
nik_for_you

nik_for_you

In the zone
gary4gar said:
for this u need to send him a file over 1 mb.when sending him a file
click start
run "cmd"
type "netstat -a"
now u'll get all ips connected to computer along with thier listning ports try find his but first save them all in text file


regards,
gary

I know how to find port .. i just want to send message to other computer .

net send is not working ..

I know which port is opend on my friends comp . can i send message on that ??

i know little socket programming and can it be help ful ??
 

Rollercoaster

-The BlacKCoaT Operative-
i tried sending a message using "net sent localhost hello" but it gives error

i tried, 127.0.0.1,computer name, IP add etc but it gives error all the time
"An error occurred while sending a message to 192.168.1.2.

The message alias could not be found on the network.

More help is available by typing NET HELPMSG 2273."

only "net send * hello" works. but i dont see by who/how the message is recvd. nothing appears on the screen.
 

kalpik

In Pursuit of "Happyness"
Thats maybe because you people have the messenger service disabled on the recieving machine, or a firewall is blocking it..
 
Status
Not open for further replies.
Top Bottom