On Fri, 2004-04-16 at 11:14, Zuul wrote: > You can write a wrapper that uses the telnet protocol to send commands to > remote manager. That solution worked seamlessly for my webapp and it is > very straight forward and easy to implement. Just make sure you handle > error conditions for non-existant accounts on user commands.
Good advice. Anathema to mention in a Java-based product user list,I nonetheless mention that the Perl CPAN Net::Telnet module works well as a screen-scraper/wrapper. Robert Taylor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
