Help for this page

Select Code to Download


  1. or download this
    $ftp->cd($dir) or ($ftp->mkdir($dir) and $ftp->cd($dir));
    
  2. or download this
    $ftp->mkdir($dir) and $ftp->cd($dir)