Help for this page
$ftp->cd($dir) or ($ftp->mkdir($dir) and $ftp->cd($dir));
$ftp->mkdir($dir) and $ftp->cd($dir)