I am trying to execute UNIX command line statements via the web. It is a IIS 5.0, Windows 2000 server and I will be using Active Server Pages. How can I call a UNIX shell script interactively via the Web?
This is not a good idea... Security issues are going to be a common thing for you; however, one thing you can do
is use expect and write a script that will login to the box
execute the command and redirect the out put
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.