jim evans wrote:
> My web host does not allow telnet, but I need to issue a couple of unix
> commands. Is there a way to do this other than telnet?
>
> jim
You can call a perl script through CGI through a regular web page.
But it's dangerous if you make a mistake and allow user input to do
something you didn't intend. You have to carefully de-taint that input.
Charles' suggestion of SSH is good. You should also investigae SOAP.
>> Stay informed about: Sending Command to Server Without Telnet