Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: telnet through vb


Message #1 by "Linda zenebisis" <lzenebisis@s...> on Thu, 22 Mar 2001 13:05:16
Hi ,
You can download WINRSH from
www.cnet.downloads.com
Regards
Indranil
--- Gopalakrishnan <ntg@s...> wrote:
> hi,
> 
>     where can i find this one?
> 
> Thanks,
> 
> N.T.GOPALAKRISHNAN
> 
> 
> ----- Original Message ----- 
> From: "indranil biswas" <indranilbiswas@y...>
> To: "professional vb" <pro_vb@p...>
> Sent: Tuesday, March 27, 2001 10:34 AM
> Subject: [pro_vb] RE: telnet through vb
> 
> 
> > Linda,
> > There is a utility called WINRSh that allows you
> to
> > open a remote shell in the Unix host and issue
> > multiple commands on it.All it needs is the log in
> and
> > the password and of course the Unix commands.All
> this
> > can be written into a batch file and invoked from
> VB
> > through the shell command or an Win API function.
> > Check out this nifty utility.
> > Regards 
> > Indranil
> > --- "Kim, Cardyin" <CKim@s...> wrote:
> > > Linda,
> > > 
> > > Good news.  I have already written a program to
> do
> > > what you propose.  I use the winsock control to
> > > create
> > > a telnet connection to the unix server and send
> > > and receive the information that I need.
> > > 
> > > If you are still interested in some assistance
> with
> > > this issue, please email me personally off the
> > > newsgroup.  The explanation for this processes
> > > involes some RFTs for the telnet side as well as
> > > some explanation on how I managed to do handle
> > > real time sockets in VB.
> > > 
> > > Cardyin
> > > 
> > > 
> > > 
> > > -----Original Message-----
> > > From: Linda zenebisis
> > > [mailto:lzenebisis@s...]
> > > Sent: Thursday, March 22, 2001 5:05 AM
> > > To: professional vb
> > > Subject: [pro_vb] telnet through vb
> > > 
> > > 
> > > I have a program which fpt's setup files to a
> remote
> > > unix server.  I would 
> > > like to launch a telnet session from within vb
> to
> > > send commands to launch 
> > > this setup.  I can create a script with all the
> > > parameters and comands 
> > > needed, however my problem is logging on and
> sending
> > > the password then 
> > > issuing the initial commands from within my
> program.
> > >  I can shell to 
> > > telnet but then the user would need to logon on
> etc.
> > >  I want to do it in 
> > > an automated fashion. I found and am using the
> api's
> > > for wininet for the 
> > > ftp part and this is really fast and easy from
> vb,
> > > and I would like to be 
> > > able to have the same seemlessness to then
> launch
> > > the setup with 
> > > parameters.  Any help would be appreciated.
> >
> > 
> 
> 


  Return to Index