Brian Candler wrote: > Hd Pwnz0r wrote: >> username = gets > ... >> password=gets > ... > > Probably it's the newline on the end of the username and password. Try > > username = gets.chomp > password = gets.chomp I've tried that previously, the script just sits there until I interrupt it. -- Posted via http://www.ruby-forum.com/.