I need help with my script, I don´t now why it is not ready to use. Where is the bug. If the syntax is ok. Pls help
<?
$linux=ftp_connect(ftp.linux.cz);
$logovat=ftp_login("$linux", "ftp", "email@email.cz");
$slozka=ftp_pwd($linux);
echo "$slozka";
?>