October 17, 200718 yr comment_5790 Is it possible for a client send a command to Uniform Server and have the server run a Windows program (I.E., MSWord) and return a response to the client that initiated the command? I am fairly certain that I can write an authentication script in CGI to get the routine to run but would rather go the other way. Al Report
October 18, 200718 yr comment_5791 Yes it is but you must be proficient in programming. You will probably have o use the same method we use to stop the server via Perl... to execute the command, but about sending a response, i have no idea.... but yap... the main start system can start any program if you know how to work around it... Best Regards Olajide Olaolorun The Uniform Server Development Team Report
October 18, 200718 yr comment_5792 I agree with Olajide on this, you must be proficient in programming, however the only way to become proficient is to explore and have a play. You could use PHP but that is restrictive and for good reasons. If you want to access your system with some brute force use Perl it is extremely powerful. As a starting point search for tutorials on Perl’s functions exec() and system() also backticks. They each have their merits; you can run programs and to a certain extent receive the output from programs that are run. This output after some manipulation you can use as a response I am no way proficient in programming, like to hack a bit of code, just make sure it’s secure when online. Olajide stated “the main start system can start any program if you know how to work around it” true hence first port of call, take a look at the code and understand what it’s doing. Combine the above and tailor UniServer to your own needs.All the bestRic Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.