D
David Corticchiato
Hi,
by reading the man i understood that 'waitfor' method could be used like
this :
waitfor(String => 'Name', Timeout => 30)
But, with that code... :
telnet_session = Net::Telnet.new('Host' => @apc_ip)
# @apc_ip is the ip of the host chosen
telnet_session.waitfor(String => 'User Name', Timeout => 30)
...I have a timeout. Is this a syntax problem ?
by reading the man i understood that 'waitfor' method could be used like
this :
waitfor(String => 'Name', Timeout => 30)
But, with that code... :
telnet_session = Net::Telnet.new('Host' => @apc_ip)
# @apc_ip is the ip of the host chosen
telnet_session.waitfor(String => 'User Name', Timeout => 30)
...I have a timeout. Is this a syntax problem ?