Help for this page

Select Code to Download


  1. or download this
    $src_ftp_conn->get($val)
       or die "Cannot get $val: ", $src_ftp_conn->message, "\n";
    $tgt_ftp_conn->put($val)
       or die "Cannot put $val: ", $tgt_ftp_conn->message, "\n";