Run Unix/Linux shell script from VB.NET

B

Bill Nguyen

I believe I got this under VB6 but not sure if we can runUnix shell script
from a VB.NET application

Your help is greatly appreciated.

Bill
 
T

Tom Shelton

I believe I got this under VB6 but not sure if we can runUnix shell script
from a VB.NET application

Your help is greatly appreciated.

Bill

It can be done - but, you need to know what protocol you are going to use to
connect to the remote server? Telnet? ssh? rlogin? There are 3rd party
components that can handle all of these...

Most modern *nix systems are using ssh for secure connection - so, even using
something like putty and it's commandline ssh client can be done :)
 
B

Bill Nguyen

Tom;

I think I am going to use telnet
I need the piece that allows me to connect and remotely execute script in a
Unix (AIX) box
Can you please show me some products that can do this?
Thanks

Bill
 
T

Tom Shelton

Tom;

I think I am going to use telnet
I need the piece that allows me to connect and remotely execute script in a
Unix (AIX) box
Can you please show me some products that can do this?
Thanks

Bill

Well, Bill any com or .net component that can handle telnet (suprising, telnet
is really falling out of fashion these days). For example:

Indy.Sockets (clr) (I think this one has telnet support - but I maybe wrong)
http://www.indyproject.org/index.en.aspx

Catalyst SocketWrench
http://www.catalyst.com/products/socketwrench/

/n-software has a bunch of internet tools as well (this one also supports
rexec)
http://www.componentsource.com/products/ipworks-net/index.html

Google should help you out here.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top