chdir("/local/destination/for/file") or die "Cannot chdir $!"; $ftp->get("myfile.txt","my_new_file.txt"); #### $ftp->get("/remote/path/to/file/myfile.txt","/local/path/to/file/myfile.txt");