From: Sanchit on
I want to know a command by which i can send a string to a particular
computer
From: Maxwell Lol on
Sanchit <sanchitgupta.1(a)gmail.com> writes:

> 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?
From: Ed Morton on
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.

From: *.gtf on
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
From: Sanchit on
On Apr 2, 2:55 pm, "*.gtf" <g...(a)poczta.onet.pl> wrote:
> 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.