Help for this page

Select Code to Download


  1. or download this
    $ftpBox->get("$remotedir/$filename","$destination_dir/$filename") 
     or die "failed to get $filename to $destination_file";
    
  2. or download this
    $ftpBox->ls($remotedir);
    #or 
    $ftpBox->dir($remotedir);