On Wed, Jul 30, 2003 at 09:06:24AM -0700, pnelson wrote:
> On Wed, 2003-07-30 at 02:48, anil garrepally wrote:
> > Can anyone tell me how to write a Bash script, that will do
> > telnet login to one machine and do some activity on that logged
> > machine.
> >
> > I was informed that .telnetrc f
On Wed, Jul 30, 2003 at 11:10:18AM -0500, Ed Wilts wrote:
> On Wed, 2003-07-30 at 02:48, anil garrepally wrote:
> > Can anyone tell me how to write a Bash script, that will do
> > telnet login to one machine and do some activity on that logged
> > machine.
> >
> > I was informed that .telnetrc
On Wed, 2003-07-30 at 02:48, anil garrepally wrote:
> Can anyone tell me how to write a Bash script, that will do
> telnet login to one machine and do some activity on that logged
> machine.
>
> I was informed that .telnetrc file will help,if so what is the
> entry i should add in to that file
On Wed, 2003-07-30 at 02:48, anil garrepally wrote:
> Can anyone tell me how to write a Bash script, that will do
> telnet login to one machine and do some activity on that logged
> machine.
>
> I was informed that .telnetrc file will help,if so what is the
> entry i should add in to that file
do man nc or info nc
nc is netcat and can be used to do what you want.
On 30 Jul 2003, anil garrepally wrote:
> Hi Everyone,
>
> Can anyone tell me how to write a Bash script, that will do
> telnet login to one machine and do some activity on that logged
> machine.
>
> I was informed that .
Hi Everyone,
Can anyone tell me how to write a Bash script, that will do
telnet login to one machine and do some activity on that logged
machine.
I was informed that .telnetrc file will help,if so what is the
entry i should add in to that file.
where can i found Any kind of information relat