Help for this page

Select Code to Download


  1. or download this
    # First, build the hash of names+size of all the local files
    my %local_file;
    ...
            print "$remote_file exists locally as $local_file{ $key }\n";
        }
    };