prova a non mettere ftp://

Codice PHP:
$host "80.30.24.195";  ////chiaramente l'ho inventato 
$username "usr"
$password "pwd";
$stream ftp_connect($host);   //  cosa sbaglio?   <-- si blocca qui
$login ftp_login($stream$username$password); 
ftp_quit($stream);