Dear All,
I am developing a php webapp- on IIS 5.1/Win2kR2 that requires to run a couple of commands on a Linux server.
How do i do that? Any Ideas?
Normally, I program in Perl-CGi in Linux environment - So this app is a walk in the park.
All i do is setup ssh keys and grant access to the Apache@webserver.
Even if I would have had to use php on linux it would still be sort of easy - just figure out the syntax.
I was thinking of using the same approach; but i dont know what apps to use on the Windows Webserver?
I usually hate to use it - But i am willing to put a clear text password file and use some form or rlogin to the Linux server.
Are there any php modules available for something like this?
Any pointers would help!!
And Oh, i am not really keen on cygwin!
-Thanks and Regards.
AV