Help for this page

Select Code to Download


  1. or download this
    chdir("/local/destination/for/file") or die "Cannot chdir $!";
    $ftp->get("myfile.txt","my_new_file.txt");
    
  2. or download this
    $ftp->get("/remote/path/to/file/myfile.txt","/local/path/to/file/myfil
    +e.txt");