From: David Corticchiato Date: 2006-09-07T20:26:50+09:00 Subject: Telnet and 'waitfor' 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 ? -- Posted via http://www.ruby-forum.com/.