Help for this page

Select Code to Download


  1. or download this
    $ftp->get("$directory.thedir","C:\\temp\\ftp")
        || die "get failed ", $ftp->message;
    
  2. or download this
    $ftp->get("$directory.thefile","C:\\temp\\ftp")
    $ftp->get("$directory.thefile","C:\\temp\\ftp\\thefile")
    $ftp->get("$directory.thefile","C:\\temp\\ftp\\thefile.txt")