The telnet login fails if the user has no password. I mean the user is not prompted with the ``Password:'' string and log in, as shown in below case 2. $cnn->login($user, $pass); It works in case 1. How can I make a script work with both cases? Thank you. CASE 1: $ telnet 192.168.4.30 Trying 192.168.4.30...