How top communicate between two computers on network

I want to know a command by which i can send a string to a particular
computer
Sanchit [ Mo, 31 März 2008 17:42 ] [ ID #1932345 ]

Re: How top communicate between two computers on network

Sanchit <sanchitgupta.1 [at] 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?
Maxwell Lol [ Mo, 31 März 2008 18:35 ] [ ID #1932349 ]

Re: How top communicate between two computers on network

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.
Ed Morton [ Mo, 31 März 2008 17:48 ] [ ID #1932380 ]

Re: How top communicate between two computers on network

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
gtff [ Mi, 02 April 2008 11:55 ] [ ID #1933527 ]

Re: How top communicate between two computers on network

On Apr 2, 2:55 pm, "*.gtf" <g... [at] 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.
Sanchit [ Do, 03 April 2008 18:17 ] [ ID #1934454 ]

Re: How top communicate between two computers on network

On 2008-04-03, Sanchit <sanchitgupta.1 [at] gmail.com> wrote:
>
>
> On Apr 2, 2:55 pm, "*.gtf" <g... [at] 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.

If you want to do it in a shell script, you might use netcat.
Bill Marcum [ Do, 03 April 2008 19:19 ] [ ID #1934460 ]
Linux » comp.unix.shell » How top communicate between two computers on network

Vorheriges Thema: Re: Finding absolute path of a script from within
Nächstes Thema: filter and then pipe a file back to itself