RE: call rsh from .NET - source code?

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: David Thielen (thielen_at_nospam.nospam)
Date: 03/01/05


Date: Tue, 1 Mar 2005 10:11:05 -0800

Hi;

I just realized - your example uses the GNU ssh. Two additional questions
please:
1) Where can I get that?
2) Does Windows server support ssh natively (ie does it have a ssh server)?

thanks - dave

"Cowboy (Gregory A. Beamer) - MVP" wrote:

> Look at the Process object in the .NET help file. It will give you a basic
> idea of how to connect to any command line process. Sample:
>
> http://www.codeproject.com/csharp/Csharp_CVS_Interface.asp
>
>
> ---
>
> Gregory A. Beamer
> MVP; MCP: +I, SE, SD, DBA
>
> ***************************
> Think Outside the Box!
> ***************************
>
> "David Thielen" wrote:
>
> > Hi;
> >
> > Can anyone point me at some source code for calling rsh on both Windows and
> > unix servers where I pass in the command & arguments and get back the
> > standard output & error?
> >
> > --
> > thanks - dave