How top communicate between two computers on network
am 31.03.2008 17:42:37 von SanchitI want to know a command by which i can send a string to a particular
computer
I want to know a command by which i can send a string to a particular
computer
On 3/31/2008 10:42 AM, Sanchit wrote:
> I want to know a command by which i can send a string to a particular
> computer
You're going to have to be a bit more explicit than that, unless you're hapy
with "man ftp" as an answer.
Ed.
Sanchit
> I want to know a command by which i can send a string to a particular
> computer
Which protocol? Can you make up a new one on a new port?
Does it need to be secure?
Sanchit wrote:
> I want to know a command by which i can send a string to a particular
> computer
probably you need ssh + wall or ssh + write :) -- rtfm
--
*.gtf
On Apr 2, 2:55 pm, "*.gtf"
> Sanchit wrote:
> > I want to know a command by which i can send a string to a particular
> > computer
>
> probably you need ssh + wall or ssh + write :) -- rtfm
> --
> *.gtf
It will be for client server computing. I will send request from a
system to another System (Server) and then server will reply back.
On 2008-04-03, Sanchit
>
>
> On Apr 2, 2:55 pm, "*.gtf"
>> Sanchit wrote:
>> > I want to know a command by which i can send a string to a particular
>> > computer
>>
>> probably you need ssh + wall or ssh + write :) -- rtfm
>> --
>> *.gtf
>
> It will be for client server computing. I will send request from a
> system to another System (Server) and then server will reply back.
If you want to do it in a shell script, you might use netcat.