I\'d like to access a camera through it\'s Telnet capability. The problem is, it has Password-protection. This is no problem when doing it via Terminal, as I just use
There is a class implementing loginc over telnet right here : http://www.dali.net.nz/Telnet.class.php.txt
See function login($username, $password).