on Wed, 21 Aug 2002 11:18:54 GMT, [EMAIL PROTECTED] (Ashish
Srivastava) wrote: 

> i am using Net::Telnet module.
> it works fine for some users while for others it give this error
> message: Timed-out:waiting for command prompt
> I think this problem is concern with mounting of home directory of
> users. How can i get rid of this problem.

You might want to check whether the command prompt of the users for 
which you get the error matches the default regex /[\$%#>] $/. If this 
is not the case you will either have to convince them to change their 
prompt or you should provide another regex in the Net::Telnet->new() 
method.

-- 
felix

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to