Help for this page

Select Code to Download


  1. or download this
                  __________            _________
                  |        |            |       |
    ...
    
                user: myname         usr: myname
                pswd: foo            pswd: bar
    
  2. or download this
    use Net::SFTP;
    use Net::SSH::Perl;
    ...
                                      "debug"=>1) 
            || die 'cannot login $!\n';
    $sftp->put($home,$path1)|| die "cannot open: $!";