Help for this page

Select Code to Download


  1. or download this
    use Fcntl ':mode';
    
    ...
      ...
    }
    elsif (...
    
  2. or download this
    use Net::SFTP::Foreign;
    
    ...
    $sftp->error and die "unable to connect to remote host: ".$sftp->error
    +;
    
    $sftp->rget($remote_dir, $local_dir);